Skip to content

Commit 7db0e02

Browse files
ci: Fix duplicate CI runs
1 parent 626e72e commit 7db0e02

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/qa.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,7 @@ on:
99

1010
jobs:
1111
qa:
12+
# We don't need to run this on Renovate PRs. We will already test the `renovate/foo` branch.
13+
if: github.event_name != 'pull_request' || github.actor != 'renovate[bot]'
1214
name: 🔹 QA
1315
uses: oliversalzburg/workflows/.github/workflows/qa-npm-package.yml@main

0 commit comments

Comments
 (0)