define concurrency rules

This commit is contained in:
Greyscale 2023-01-04 13:25:02 +01:00
parent b02196a518
commit 0a5904ea7b
No known key found for this signature in database
GPG key ID: 74BAFF55434DA4B2

View file

@ -6,6 +6,10 @@ on:
schedule:
- cron: '0 4 * * TUE'
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
build:
name: Build