Merge pull request #24 from hlqviet/feature/workflow-concurrency

Add the ability to cancel previous workflow
This commit is contained in:
mrrfv
2023-09-17 21:15:29 +02:00
committed by GitHub
+4
View File
@@ -8,6 +8,10 @@ on:
- main
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
env:
NODE_ENV: production