2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-13 02:25:38 +00:00

remove concurrency checks (#5002)

Fixes https://github.com/inventree/InvenTree/issues/4999
This commit is contained in:
Matthias Mair
2023-06-09 02:30:03 +02:00
committed by GitHub
parent 5d1d8ec889
commit d710efb64b

View File

@ -29,9 +29,6 @@ jobs:
# Build the docker image
build:
concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}
cancel-in-progress: true
runs-on: ubuntu-latest
permissions:
contents: read