Add concurrency limit to ci-docker (#4407)

This commit is contained in:
Jesse Hills 2023-02-14 12:07:09 +13:00 committed by GitHub
parent 025cf6320f
commit 0d52f555b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -23,6 +23,11 @@ permissions:
contents: read
packages: read
concurrency:
# yamllint disable-line rule:line-length
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
check-docker:
name: Build docker containers