Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
tainnsre committed Nov 16, 2022
1 parent 1ec4e7a commit 26efa1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/service-a.yml
Original file line number Diff line number Diff line change
Expand Up @@ -259,5 +259,5 @@ jobs:
run: echo "Master release ${{ github.event.release.name }}, ${{ github.head_ref }}"

- name: ingress to rke
if: ${{ (github.event.ref == 'refs/tags/v') && (env.DEPLOYMENTS == 'true') }}
if: ${{ (github.event.ref == 'refs/tags/') && (env.DEPLOYMENTS == 'true') }}
run: echo "Master release ${{ github.event.release.name }}, ${{ github.head_ref }}"

0 comments on commit 26efa1d

Please sign in to comment.