From 1c0da7fbea7406697ad521d8930b3801ff9da6bc Mon Sep 17 00:00:00 2001 From: ypoplavs Date: Fri, 21 Oct 2022 12:04:13 +0300 Subject: [PATCH] change in flow --- .github/workflows/release.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 364b7792c..7fb64e651 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -1,13 +1,13 @@ name: Release Kusk Gateway # Cancel any pending or running workflow if the new one is triggered -concurrency: - group: "release" - cancel-in-progress: true - -defaults: - run: - shell: bash +#concurrency: +# group: "release" +# cancel-in-progress: true +# +#defaults: +# run: +# shell: bash on: push: @@ -18,7 +18,7 @@ on: jobs: release: name: Create and upload release-artifacts, triggers Helm charts release - if: github.event.base_ref == 'refs/heads/main' +# if: github.event.base_ref == 'refs/heads/main' runs-on: ubuntu-latest outputs: changed_resources: ${{ steps.check_modified_resources.outputs.changed_resources }}