mirror of
https://github.com/Unleash/unleash.git
synced 2025-09-10 17:53:36 +02:00
chore: remove concurrency block (#9286)
This is to unblock the release 
This commit is contained in:
parent
4a2450050e
commit
e587b2c892
4
.github/workflows/docker_publish.yaml
vendored
4
.github/workflows/docker_publish.yaml
vendored
@ -1,9 +1,5 @@
|
|||||||
name: Publish to dockerhub
|
name: Publish to dockerhub
|
||||||
|
|
||||||
concurrency:
|
|
||||||
group: ${{ github.workflow }}-${{ github.ref }}
|
|
||||||
cancel-in-progress: true
|
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
|
Loading…
Reference in New Issue
Block a user