8000 chore: do not build dogfood image on dependabot PRs · coder/coder@bf4df2d · GitHub
[go: up one dir, main page]

Skip to content

Commit bf4df2d

Browse files
authored
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.
1 parent 7125b37 commit bf4df2d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/dogfood.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on:
1010
- "flake.lock"
1111
- "flake.nix"
1212
pull_request:
13+
branches-ignore:
14+
- 'dependabot/**'
1315
paths:
1416
- "dogfood/**"
1517
- ".github/workflows/dogfood.yaml"

0 commit comments

Comments
 (0)
0