mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
chore: Disable concurrency in deploy workflow
This commit is contained in:
parent
3dd771096d
commit
5414f432b2
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@ -5,7 +5,7 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
|
||||||
concurrency: preview-${{ github.ref }}
|
# concurrency: preview-${{ github.ref }}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy-preview:
|
deploy-preview:
|
||||||
|
Loading…
Reference in New Issue
Block a user