forked from wolfSSL/wolfssl
Merge pull request #5994 from bandi13/noAutoCancelActions
Don't auto-cancel GitHub Workflows
This commit is contained in:
2
.github/workflows/docker-Espressif.yml
vendored
2
.github/workflows/docker-Espressif.yml
vendored
@ -1,7 +1,7 @@
|
||||
name: Test Espressif examples on various official Docker containers
|
||||
concurrency:
|
||||
group: ${{ github.head_ref || github.run_id }}
|
||||
cancel-in-progress: true
|
||||
# cancel-in-progress: true
|
||||
|
||||
on:
|
||||
push:
|
||||
|
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:
|
||||
|
2
.github/workflows/os-check.yml
vendored
2
.github/workflows/os-check.yml
vendored
@ -1,7 +1,7 @@
|
||||
name: Ubuntu-Macos-Windows Tests
|
||||
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