Skip to content

Commit

Permalink
try continue-on-error for lint job
Browse files Browse the repository at this point in the history
  • Loading branch information
bernt-matthias committed Feb 11, 2023
1 parent d1ef7ee commit da49d19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tools.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ jobs:
lint:
name: Lint
needs: setup-ci-tools
continue-on-error: true
uses: ./.github/workflows/wf_lint.yaml
with:
repository-list: ${{ needs.setup-ci-tools.outputs.repository-list }}
Expand Down

0 comments on commit da49d19

Please sign in to comment.