Adds concurrency config for docker CI workflow (#4160)
This commit is contained in:
parent
d448689d66
commit
f070c64534
|
|
@ -29,6 +29,9 @@ jobs:
|
|||
|
||||
# Build the docker image
|
||||
build:
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.event_name }}
|
||||
cancel-in-progress: true
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
id-token: write
|
||||
|
|
|
|||
Loading…
Reference in New Issue