Skip to content

Commit d5a177e

Browse files
authored
Update ci.yml
Signed-off-by: Sebastian Florek <[email protected]>
1 parent b6d4c4d commit d5a177e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118

119119
publish:
120120
name: Build and push API container
121-
if: github.event.pull_request.head.repo.full_name == github.repository # not a fork
121+
if: github.event.pull_request.head.repo.full_name == github.repository && github.actor != 'dependabot[bot]' # not a fork and not dependabot
122122
runs-on: ubuntu-latest
123123
permissions:
124124
contents: read

0 commit comments

Comments
 (0)