Skip to content

Commit 65e7469

Browse files
authored
CI: Only run branch tests on Renovate branches where it's needed (#2899)
Follow-up to 936e72b -- prevent unnecessary test runs in Renovate branches. Currently only "lock file maintenace" has automerge enabled, other Renovate branches will use PR tests not branch tests.
1 parent dc0e44e commit 65e7469

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ on:
44
push:
55
branches:
66
- master
7-
- "renovate/**"
7+
# Renovate "automerge" branches -- there is no PR, so branch tests are used instead
8+
- "renovate/lock-file-maintenance"
89
pull_request:
910
workflow_dispatch:
1011

0 commit comments

Comments
 (0)