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

Skip to content

Commit 7619d1c

Browse files
authored
chore: skip dogfood workflow for dependabot PRs (#14111)
1 parent 76ce460 commit 7619d1c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/dogfood.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ on:
1010
- "flake.lock"
1111
- "flake.nix"
1212
pull_request:
13-
branches-ignore:
14-
- "dependabot/**"
1513
paths:
1614
- "dogfood/**"
1715
- ".github/workflows/dogfood.yaml"
@@ -21,6 +19,7 @@ on:
2119

2220
jobs:
2321
build_image:
22+
if: github.actor != 'dependabot[bot]' # Skip Dependabot PRs
2423
runs-on: ubuntu-latest
2524
steps:
2625
- name: Checkout

0 commit comments

Comments
 (0)