Skip to content

Commit

Permalink
Continue executing CI when test connection fails
Browse files Browse the repository at this point in the history
Signed-off-by: Julio Faracco <[email protected]>
  • Loading branch information
jcfaracco committed Jun 28, 2024
1 parent ce888c8 commit 092712b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ jobs:
id: test_connection
run: |
ssh -T ${{ secrets.CLUSTER_USER }}@${{ secrets.CLUSTER_ADDRESS }} -p 8686 > /dev/null
continue-on-error: true
- name: Pull latest docker image
if: success() || steps.test_connection.conclusion == 'success'
run: |
Expand Down

0 comments on commit 092712b

Please sign in to comment.