Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Florek <[email protected]>
  • Loading branch information
floreks authored Oct 24, 2024
1 parent b6d4c4d commit d5a177e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:

publish:
name: Build and push API container
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
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down

0 comments on commit d5a177e

Please sign in to comment.