Skip to content

Commit

Permalink
change in flow
Browse files Browse the repository at this point in the history
  • Loading branch information
ypoplavs committed Oct 21, 2022
1 parent 131e545 commit 1c0da7f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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 }}
Expand Down

0 comments on commit 1c0da7f

Please sign in to comment.