mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-03 20:54:41 +02:00
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
|
name: Test Espressif examples on various official Docker containers
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.ref }}
|
group: ${{ github.head_ref || github.run_id }}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
2
.github/workflows/os-check.yml
vendored
2
.github/workflows/os-check.yml
vendored
@@ -1,6 +1,6 @@
|
|||||||
name: Ubuntu-Macos-Windows Tests
|
name: Ubuntu-Macos-Windows Tests
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.ref }}
|
group: ${{ github.head_ref || github.run_id }}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
Reference in New Issue
Block a user