Skip to content

Commit

Permalink
continue-on-error
Browse files Browse the repository at this point in the history
  • Loading branch information
linroex committed May 1, 2024
1 parent 9febd78 commit afaea0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/testa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
job-B:
runs-on: ubuntu-latest
needs: job-A
continue-on-error: true
steps:
- name: Check Job B
run: |
Expand Down

0 comments on commit afaea0f

Please sign in to comment.