mirror of
https://github.com/kairos-io/packages.git
synced 2025-08-31 23:23:44 +00:00
🤖 concurrency groups
This commit is contained in:
committed by
GitHub
parent
39aadaaf84
commit
5d129b07f1
4
.github/workflows/pr.yaml
vendored
4
.github/workflows/pr.yaml
vendored
@@ -1,7 +1,7 @@
|
|||||||
name: PR build
|
name: PR build
|
||||||
concurrency:
|
concurrency:
|
||||||
group: "pr-build"
|
group: pr-${{ github.head_ref || github.ref }}-${{ github.repository }}
|
||||||
#cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
Reference in New Issue
Block a user