Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 894020d

Browse files
authored
chore: skip dogfood workflow for dependabot PRs (#14106)
1 parent 78f1cda commit 894020d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/dogfood.yaml

+2
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)