From 63e597d15ac23a032d2b71855bc599c3bfd96568 Mon Sep 17 00:00:00 2001 From: Viet Huynh Date: Sun, 17 Sep 2023 16:20:48 +0700 Subject: [PATCH] added concurrency to workflow --- auto_update_github_action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/auto_update_github_action.yml b/auto_update_github_action.yml index 5d8b92b..b23b022 100644 --- a/auto_update_github_action.yml +++ b/auto_update_github_action.yml @@ -8,6 +8,10 @@ on: - main workflow_dispatch: +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true + env: NODE_ENV: production