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 name: ci
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on: on:
workflow_dispatch: workflow_dispatch:
schedule: schedule:

View File

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

View File

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