mirror of
https://github.com/citron-neo/PR.git
synced 2026-07-05 15:22:02 -07:00
Merge pull request #8 from cheezwiz7899/main
Tell those PRs to wait their turn
This commit is contained in:
@@ -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,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,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,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:
|
||||
|
||||
Reference in New Issue
Block a user