Skip to content

Commit

Permalink
build(ci): do not cancel workflow in case of autofix failure
Browse files Browse the repository at this point in the history
Signed-off-by: Jérôme Benoit <[email protected]>
  • Loading branch information
jerome-benoit committed Jul 5, 2024
1 parent d0ba2f7 commit 7e302de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ permissions:
jobs:
autofix:
runs-on: ubuntu-latest
continue-on-error: true
steps:
- uses: actions/checkout@v4
- run: pipx install poetry
Expand Down

0 comments on commit 7e302de

Please sign in to comment.