2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-05-04 06:18:48 +00:00

Adds concurrency config for docker CI workflow ()

This commit is contained in:
Oliver 2023-01-06 10:40:50 +11:00 committed by GitHub
parent d448689d66
commit f070c64534
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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