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 506e6b2 commit 22f2c36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ env:

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

0 comments on commit 22f2c36

Please sign in to comment.