Limit concurrency of deploy workflow

This commit is contained in:
BBaoVanC 2023-04-15 23:23:26 -05:00
parent 8f834d2662
commit d268898446
Signed by: bbaovanc
GPG Key ID: 18089E4E3CCF1D3A
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,9 @@
name: Deploy
concurrency:
group: deploy-production
cancel-in-progress: true
on:
workflow_dispatch:
push: