chore: skip dogfood workflow for dependabot PRs (#14111)

This commit is contained in:
Muhammad Atif Ali
2024-08-02 09:32:35 +00:00
committed by GitHub
parent 76ce460cc4
commit 7619d1c49a
+1 -2
View File
@@ -10,8 +10,6 @@ on:
- "flake.lock"
- "flake.nix"
pull_request:
branches-ignore:
- "dependabot/**"
paths:
- "dogfood/**"
- ".github/workflows/dogfood.yaml"
@@ -21,6 +19,7 @@ on:
jobs:
build_image:
if: github.actor != 'dependabot[bot]' # Skip Dependabot PRs
runs-on: ubuntu-latest
steps:
- name: Checkout