ci: enable containers concurrency group
This commit is contained in:
parent
f34c9b3c5f
commit
1c3c15f3af
3
.github/workflows/container.yml
vendored
3
.github/workflows/container.yml
vendored
@ -7,6 +7,9 @@ on:
|
||||
pull_request:
|
||||
branches: [main]
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user