mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Adds concurrency config for docker CI workflow (#4160)
This commit is contained in:
parent
d448689d66
commit
f070c64534
3
.github/workflows/docker.yaml
vendored
3
.github/workflows/docker.yaml
vendored
@ -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
Block a user