added concurrency to workflow

This commit is contained in:
Viet Huynh
2023-09-17 16:20:48 +07:00
parent 083335278c
commit 63e597d15a
+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