8282225: GHA: Allow one concurrent run per PR only
Reviewed-by: ihse
This commit is contained in:
parent
d017e98856
commit
aaab2cb416
4
.github/workflows/submit.yml
vendored
4
.github/workflows/submit.yml
vendored
@ -12,6 +12,10 @@ on:
|
||||
required: true
|
||||
default: "Linux additional (hotspot only), Linux x64, Linux x86, Windows aarch64, Windows x64, macOS x64"
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
prerequisites:
|
||||
name: Prerequisites
|
||||
|
Loading…
Reference in New Issue
Block a user