Adds concurrency config for docker CI workflow (#4160)

This commit is contained in:
Oliver 2023-01-06 10:40:50 +11:00 committed by GitHub
parent d448689d66
commit f070c64534
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,6 +29,9 @@ jobs:
# Build the docker image # Build the docker image
build: build:
concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}
cancel-in-progress: true
runs-on: ubuntu-latest runs-on: ubuntu-latest
permissions: permissions:
id-token: write id-token: write