mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8282225: GHA: Allow one concurrent run per PR only
Reviewed-by: ihse
This commit is contained in:
parent
d017e98856
commit
aaab2cb416
1 changed files with 4 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue