stop last running action
Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
4
.github/workflows/esp32_build.yml
vendored
4
.github/workflows/esp32_build.yml
vendored
@@ -7,6 +7,10 @@ on:
|
|||||||
schedule:
|
schedule:
|
||||||
- cron: "0 5 * * 3"
|
- cron: "0 5 * * 3"
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
strategy:
|
strategy:
|
||||||
|
Reference in New Issue
Block a user