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 40826a8 commit e91d78d
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 }}, ${{ github.event.master_branch }}"

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

0 comments on commit e91d78d

Please sign in to comment.