Skip to content

Commit c1d60a7

Browse files
NO-SNOW: Remove SNOW-** and NO-SNOW-** from the push trigger (#2555)
# Overview When a branch matching SNOW-** or NO-SNOW-** has an open PR, every push fires both the push and pull_request events. Because the concurrency groups differ (github.ref vs PR number), both runs execute in parallel — resulting in ~300 duplicate jobs instead of ~120. The push trigger is unnecessary for feature branches: the pull_request trigger with synchronize already covers new commits pushed to open PRs. The full test matrix is still available via the FULL-TEST-MATRIX label on PRs, and master retains the push trigger for post-merge validation. This change cuts CI jobs per push from ~300 to ~120 for branches matching SNOW-* / NO-SNOW-*.
1 parent 4f33534 commit c1d60a7

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/build-test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ on:
44
push:
55
branches:
66
- master
7-
- SNOW-**
8-
- NO-SNOW-**
97
tags:
108
- v*
119
pull_request:

0 commit comments

Comments
 (0)