We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d159871 commit 80b70aeCopy full SHA for 80b70ae
.github/workflows/build.yml
@@ -3,7 +3,7 @@ name: Build
3
# Only one instance of this job can be running
4
concurrency:
5
group: build-and-test
6
- cancel-in-progress: true
+ 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.
7
8
on:
9
pull_request:
0 commit comments