Commit f1398ba
committed
ci: cancel stale Go Tests runs on force-push
Add concurrency group to the Go Tests workflow so that a new push to
the same branch (or PR update) automatically cancels any in-progress
run for the previous commit. Without this, force-pushing a PR branch
accumulates multiple parallel Go Tests runs that hold runners and
produce stale results.
Signed-off-by: Mikhail Malyshev <mike.malyshev@gmail.com>1 parent 7160f49 commit f1398ba
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
25 | 29 | | |
26 | 30 | | |
27 | 31 | | |
| |||
0 commit comments