Skip to content

Commit

Permalink
ci: improve GitHub Actions workflow reliability
Browse files Browse the repository at this point in the history
- Add `continue-on-error: true` to the GitHub Actions workflow

Signed-off-by: appleboy <appleboy.tw@gmail.com>
  • Loading branch information
appleboy committed Jul 20, 2024
1 parent 54cfcd8 commit 8a373b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -501,6 +501,7 @@ jobs:
- name: testing ipv6
uses: ./
continue-on-error: true
with:
host: 2402:1f00:8000:800::2628
username: ubuntu
Expand Down

0 comments on commit 8a373b6

Please sign in to comment.