8282225: GHA: Allow one concurrent run per PR only

Reviewed-by: ihse
This commit is contained in:
Aleksey Shipilev 2022-02-23 12:34:12 +00:00
parent d017e98856
commit aaab2cb416

View File

@ -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