We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d6b827 commit ccb8d8cCopy full SHA for ccb8d8c
.github/workflows/ci.yml
@@ -40,6 +40,8 @@ jobs:
40
- run: pip-licenses
41
42
operator-image-buildable:
43
+ # If no PR event or if a PR event that's caused by a non-fork and non dependabot actor
44
+ if: github.event_name != 'pull_request' || ( github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork == false && github.actor != 'dependabot[bot]' )
45
runs-on: ubuntu-latest
46
steps:
47
- uses: actions/checkout@v4
0 commit comments