Skip to content

Commit 80b70ae

Browse files
committed
Don't cancel existing build jobs (long running) but queue instead.
1 parent d159871 commit 80b70ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build
33
# Only one instance of this job can be running
44
concurrency:
55
group: build-and-test
6-
cancel-in-progress: true
6+
cancel-in-progress: false # Don't cancel other people's jobs; currently 1 job can be queued so it's still possible to "override" other people.
77

88
on:
99
pull_request:

0 commit comments

Comments
 (0)