Skip to content

Commit

Permalink
Exclude dependabot from docker workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinbunney committed Nov 26, 2024
1 parent 22f2c36 commit e1a913e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:

jobs:
cache-images:
if: github.event.pull_request.user.login != 'dependabot[bot]'
if: github.event.pull_request.user.login != 'dependabot[bot]' && github.actor != 'dependabot[bot]'
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down

0 comments on commit e1a913e

Please sign in to comment.