Skip to content

Commit

Permalink
fix: 무중단 배포 github action v1.42 #327
Browse files Browse the repository at this point in the history
  • Loading branch information
GIVEN53 committed Oct 24, 2024
1 parent ee05d36 commit 713fadd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nginx-port-forwarding.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
update-nginx-port-forwarding:
runs-on: ${{ inputs.self_hosted_runner }}
steps:
- name: rollback test
if: runner.name == 'ip-10-0-21-212' && ${{ inputs.test }}
- name: rollback test ${{ runner.name }}, ${{ inputs.test }}
if: ${{ runner.name == 'ip-10-0-21-212' && inputs.test }}
run: exit 1

- name: Update Nginx port forwarding from ${{ inputs.old_port }} to ${{ inputs.new_port }}
Expand Down

0 comments on commit 713fadd

Please sign in to comment.