From 1e23caa00386ab3b81c2ce3834ff08574917c15a Mon Sep 17 00:00:00 2001 From: Chris Hennick <4961925+Pr0methean@users.noreply.github.com> Date: Wed, 24 Apr 2024 02:06:30 -0700 Subject: [PATCH] ci: Skip CI for Dependabot branches, since PR CI makes it redundant --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 88bb02841..29364c8ae 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -7,6 +7,7 @@ on: push: branches-ignore: - 'release-plz-**' + - 'dependabot/**' workflow_dispatch: env: