From 79fb270a0a32f2a0b8b4c6a155539baf39481010 Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Mon, 16 Aug 2021 16:39:03 +0200 Subject: [PATCH] use continue on error instead --- .github/workflows/housekeeping.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/housekeeping.yaml b/.github/workflows/housekeeping.yaml index 98b2ec1ec90..62ab5d9d5b7 100644 --- a/.github/workflows/housekeeping.yaml +++ b/.github/workflows/housekeeping.yaml @@ -66,9 +66,8 @@ jobs: done - name: rerun pre-commit checks + continue-on-error: true uses: pre-commit/action@v2.0.3 - with: - extra_args: --all-files || exit 0 - name: (re)generate docs run: | @@ -159,9 +158,8 @@ jobs: done - name: rerun pre-commit checks + continue-on-error: true uses: pre-commit/action@v2.0.3 - with: - extra_args: --all-files || exit 0 - name: Copy general readme to website run: |