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

This commit is contained in:
Muhammad Atif Ali
2024-08-02 09:39:57 +03:00
committed by GitHub
parent 78f1cdaebe
commit 894020db6a
+2
View File
@@ -10,6 +10,8 @@ on:
- "flake.lock"
- "flake.nix"
pull_request:
branches-ignore:
- "dependabot/**"
paths:
- "dogfood/**"
- ".github/workflows/dogfood.yaml"