From c16688518b0c024d196df0660d71430ed3094dd6 Mon Sep 17 00:00:00 2001 From: boltdynamics Date: Thu, 30 Nov 2023 08:22:30 +1100 Subject: [PATCH] fix(ci-cd): revert ci changes for feature branch --- .github/workflows/deploy.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 428b752..a6b336f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,17 +1,18 @@ --- name: Publish to the Serverless Repository -# concurrency: -# group: production -# cancel-in-progress: true +concurrency: + group: production + cancel-in-progress: true env: TAGGED_VERSION: ${{github.ref_name}} # yamllint disable-line rule:truthy -on: push - # tags: - # - "*" +on: + push: + tags: + - "*" jobs: # deploy: