chore: Disable concurrency in deploy workflow

This commit is contained in:
Mauricio Siu 2025-03-09 22:31:02 -06:00
parent 3dd771096d
commit 5414f432b2

View File

@ -5,7 +5,7 @@ on:
branches:
- main
concurrency: preview-${{ github.ref }}
# concurrency: preview-${{ github.ref }}
jobs:
deploy-preview: