Skip to content

Commit 8a373b6

Browse files
committed
ci: improve GitHub Actions workflow reliability
- Add `continue-on-error: true` to the GitHub Actions workflow Signed-off-by: appleboy <[email protected]>
1 parent 54cfcd8 commit 8a373b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -501,6 +501,7 @@ jobs:
501501
502502
- name: testing ipv6
503503
uses: ./
504+
continue-on-error: true
504505
with:
505506
host: 2402:1f00:8000:800::2628
506507
username: ubuntu

0 commit comments

Comments
 (0)