mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-07 02:40:51 +02:00
Merge pull request #5994 from bandi13/noAutoCancelActions
Don't auto-cancel GitHub Workflows
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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