Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
chore: do not build dogfood image on dependabot PRs
After we allowed Depednabot to update the flake in PRs, this was causing dogfood images to rebuild as we watched for changes in `flake.nix` to build the nix dogfood image. 

It does not add any value so just skip it for @depednabot Prs.
  • Loading branch information
matifali authored Aug 2, 2024
commit bf4df2d60c78acb34e0a886227c9d80fccea0814
2 changes: 2 additions & 0 deletions .github/workflows/dogfood.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ on:
- "flake.lock"
- "flake.nix"
pull_request:
branches-ignore:
- 'dependabot/**'
paths:
- "dogfood/**"
- ".github/workflows/dogfood.yaml"
Expand Down
Loading