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 7db3904 commit eb42a22
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/service-a.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,15 +244,15 @@ jobs:
- name: Do something Master release
run: echo "Master release ${{ github.event.release }}, 1 ${{ github.event.payload.release.name }}, 2 ${{ github.event.payload.release }}, 3 ${{ github.event.payload }}, ${{ github.head_ref }}"
- name: Do something Master release 01
run: echo "Name ${{ github.event.release.name }} Description ${{ github.event.release.body }}, ${{ github.head_ref }}, ${{ github.event.ref }"
run: echo "Name ${{ github.event.release.name }} Description ${{ github.event.release.body }}, ${{ github.head_ref }}, ${{ github.event.ref }}"


- name: Test tag 01
if: ${{ (env.DEPLOYMENTS == 'true') }} && startsWith(github.ref, 'refs/tags/v')
run: echo "Master release ${{ github.event.release.name }}, ${{ github.head_ref }}, ${{ github.event.master_branch }}, ${{ github.event.ref }"
run: echo "Master release ${{ github.event.release.name }}, ${{ github.head_ref }}, ${{ github.event.master_branch }}, ${{ github.event.ref }}"
- name: Test tag 01
if: ${{ (github.event.ref == 'refs/tags/v1.2.36') && (env.DEPLOYMENTS_INGRESS == 'true') }}
run: echo "Master release ${{ github.event.release.name }}, ${{ github.head_ref }}, ${{ github.event.master_branch }}, ${{ github.event.ref }"
run: echo "Master release ${{ github.event.release.name }}, ${{ github.head_ref }}, ${{ github.event.master_branch }}, ${{ github.event.ref }}"

- name: ingress to rke
if: ${{ (github.ref == 'refs/tags/v') && (env.DEPLOYMENTS == 'true') }}
Expand Down

0 comments on commit eb42a22

Please sign in to comment.