remove concurrency checks (#5002)
Fixes https://github.com/inventree/InvenTree/issues/4999
This commit is contained in:
parent
5d1d8ec889
commit
d710efb64b
|
|
@ -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