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 b6d4c4d commit d5a177eCopy full SHA for d5a177e
.github/workflows/ci.yml
@@ -118,7 +118,7 @@ jobs:
118
119
publish:
120
name: Build and push API container
121
- if: github.event.pull_request.head.repo.full_name == github.repository # not a fork
+ if: github.event.pull_request.head.repo.full_name == github.repository && github.actor != 'dependabot[bot]' # not a fork and not dependabot
122
runs-on: ubuntu-latest
123
permissions:
124
contents: read
0 commit comments