ci: concurrency checks

This commit is contained in:
CrazyMax 2024-02-29 16:40:39 +01:00
parent f1d16883d0
commit c14b6e1c32
No known key found for this signature in database
GPG Key ID: ADE44D8C9D44FBE4
3 changed files with 12 additions and 0 deletions

View File

@ -1,5 +1,9 @@
name: ci
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
workflow_dispatch:
schedule:

View File

@ -1,5 +1,9 @@
name: test
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
push:
branches:

View File

@ -1,5 +1,9 @@
name: validate
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
push:
branches: