Don't auto-cancel GitHub Workflows
This commit is contained in:
2
.github/workflows/multi-compiler.yml
vendored
2
.github/workflows/multi-compiler.yml
vendored
@@ -1,7 +1,7 @@
|
||||
name: Multiple compilers and versions
|
||||
concurrency:
|
||||
group: ${{ github.head_ref || github.run_id }}
|
||||
cancel-in-progress: true
|
||||
# cancel-in-progress: true
|
||||
|
||||
on:
|
||||
push:
|
||||
|
||||
Reference in New Issue
Block a user