lhotari opened a new pull request #13539:
URL: https://github.com/apache/pulsar/pull/13539
### Motivation
- GitHub Actions workflows might be enabled for a forked repository.
This is useful for running a "personal CI" for apache/pulsar in your
own fork.
- Currently the documentbot workflow job and OWASP dependency check
workflows cause unnecessary errors in forks.
### Modifications
Modify `.github/workflows/ci-documentbot.yml` and
`.github/workflows/ci-owasp-dependency-check.yaml` by adding condition that
jobs run only in `apache/pulsar` repository by default (will skip forks of
`apache/pulsar`).
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]