Commit bc5759c
authored
feat(ci): cancel in-progress PR workflows on new commit push (#5994)
this adds concurrency cancellation to pull_request workflows so that
pushing a new commit to a PR automatically cancels any still-running
workflow from the previous commit
99% of the time if you push a new commit you don't care about the
previous workflow if its still running
**we already do this for all sentry+getsentry pull_request workflows**
we (devinfra) can't measure this yet but this would greatly help
decrease org-wide runner queue pressure!1 parent a2a15f1 commit bc5759c
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
11 | 15 | | |
12 | 16 | | |
13 | 17 | | |
| |||
0 commit comments