2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 19:15:41 +00:00

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

View File

@ -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