Commit 2d80b1a
Dont run exhaustive tests on *EVERY* commmit in a branch (#18817)
In the case a new branch is pushed to the elastic/logstash repo exhaustive tests
are run. This happens for example when updatecli or other GHA orchestrated updates
occur for automating version bumps etc. Previously *EVERY* commit in that branch had
the full exhaustive test run against it. We only want one commit, therefore we configure
it to cancel intermediate commits. This drastically saves testing resources.
(cherry picked from commit 5d4f709)1 parent f24a147 commit 2d80b1a
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
552 | 552 | | |
553 | 553 | | |
554 | 554 | | |
555 | | - | |
556 | | - | |
| 555 | + | |
| 556 | + | |
557 | 557 | | |
558 | 558 | | |
559 | 559 | | |
| |||
0 commit comments