feat: only one CI job at a time per PR
This prevents the Gitea runner from getting clogged up with stale CI checks.
This commit is contained in:
@@ -1,5 +1,9 @@
|
|||||||
name: CI
|
name: CI
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
|
|||||||
Reference in New Issue
Block a user