Commit c1d60a7
authored
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | 7 | | |
10 | 8 | | |
11 | 9 | | |
| |||
0 commit comments