ci: enable containers concurrency group

This commit is contained in:
jo 2022-09-14 20:31:42 +02:00 committed by Kyle Robbertze
parent f34c9b3c5f
commit 1c3c15f3af
1 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,9 @@ on:
pull_request:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
jobs:
build:
runs-on: ubuntu-latest