Merge pull request #8 from cheezwiz7899/main

Tell those PRs to wait their turn
This commit is contained in:
cheezwiz7899
2026-05-04 01:02:04 -05:00
committed by GitHub
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
name: Build Citron (Android)
concurrency:
group: build-android-${{ inputs.target_branch || github.event.pull_request.head.ref || github.ref }}
group: build-android-${{ inputs.pr_number || inputs.target_branch || github.ref }}
cancel-in-progress: true
on:
+1 -1
View File
@@ -1,7 +1,7 @@
name: Build Citron (Linux)
concurrency:
group: build-linux-${{ inputs.target_branch || github.event.pull_request.head.ref || github.ref }}
group: build-linux-${{ inputs.pr_number || inputs.target_branch || github.ref }}
cancel-in-progress: true
on:
+1 -1
View File
@@ -1,7 +1,7 @@
name: Build Citron (macOS)
concurrency:
group: build-macos-${{ inputs.target_branch || github.event.pull_request.head.ref || github.ref }}
group: build-macos-${{ inputs.pr_number || inputs.target_branch || github.ref }}
cancel-in-progress: true
on:
+1 -1
View File
@@ -1,7 +1,7 @@
name: Build Citron (Windows)
concurrency:
group: build-windows-${{ inputs.target_branch || github.event.pull_request.head.ref || github.ref }}
group: build-windows-${{ inputs.pr_number || inputs.target_branch || github.ref }}
cancel-in-progress: true
on: