forked from wolfSSL/wolfssl
Cancel runs on subsequent push to PR but not to branches
This commit is contained in:
3
.github/workflows/docker-Espressif.yml
vendored
3
.github/workflows/docker-Espressif.yml
vendored
@@ -1,6 +1,7 @@
|
||||
name: Test Espressif examples on various official Docker containers
|
||||
concurrency:
|
||||
group: ${{ github.ref }}
|
||||
group: ${{ github.head_ref || github.run_id }}
|
||||
cancel-in-progress: true
|
||||
|
||||
on:
|
||||
push:
|
||||
|
2
.github/workflows/os-check.yml
vendored
2
.github/workflows/os-check.yml
vendored
@@ -1,6 +1,6 @@
|
||||
name: Ubuntu-Macos-Windows Tests
|
||||
concurrency:
|
||||
group: ${{ github.ref }}
|
||||
group: ${{ github.head_ref || github.run_id }}
|
||||
cancel-in-progress: true
|
||||
|
||||
on:
|
||||
|
Reference in New Issue
Block a user