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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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