From 7e302dea6f55838438fbe7bf0b9b8e70f3c3af21 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Fri, 5 Jul 2024 13:22:27 +0200 Subject: [PATCH] build(ci): do not cancel workflow in case of autofix failure MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .github/workflows/autofix.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index 27b0ec98..8492b788 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -9,6 +9,7 @@ permissions: jobs: autofix: runs-on: ubuntu-latest + continue-on-error: true steps: - uses: actions/checkout@v4 - run: pipx install poetry -- 2.34.1