build(ci): do not cancel workflow in case of autofix failure
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Fri, 5 Jul 2024 11:17:09 +0000 (13:17 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Fri, 5 Jul 2024 11:17:09 +0000 (13:17 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
.github/workflows/autofix.yml

index cb51957ece186d19215d414acfcba1b1f82fb33f..ebb682b2ecbad7405b0add3b4b3d1149d09b2b2e 100644 (file)
@@ -9,6 +9,7 @@ permissions:
 jobs:
   autofix:
     runs-on: ubuntu-latest
+    continue-on-error: true
     steps:
       - uses: actions/checkout@v4
       - uses: pnpm/action-setup@v4