Commit 85e6201
authored
chore(ci): run all system-tests scenario even if empty when running on master/sc… (#8067)
* Run all system-tests scenario even if empty when running on master/schedule
* ci: gate skip_empty_scenarios on ref instead of event_name
Using github.event_name != 'push' also disables scenario skipping for
merge-queue pushes (mq-working-branch-master-*). Gate on
github.ref != 'refs/heads/master' to only run all scenarios on master.1 parent 6089c44 commit 85e6201
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
0 commit comments