Skip to content

Commit

Permalink
dont let one failing nightly job fail all
Browse files Browse the repository at this point in the history
  • Loading branch information
h4ck3rk3y committed Oct 27, 2023
1 parent 1d361fd commit ffbba45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
matrix:
file_name: ${{ fromJson(needs.list-yamls.outputs.matrix) }}
runs-on: ubuntu-latest
continue-on-error: true
steps:
- name: Checkout Repository
uses: actions/checkout@v4
Expand Down

0 comments on commit ffbba45

Please sign in to comment.