mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
remove concurrency checks (#5002)
Fixes https://github.com/inventree/InvenTree/issues/4999
This commit is contained in:
parent
5d1d8ec889
commit
d710efb64b
3
.github/workflows/docker.yaml
vendored
3
.github/workflows/docker.yaml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user