stop last running action

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2024-12-10 21:05:15 +01:00
parent fd8e45fbb8
commit fc73c13740

View File

@@ -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: