From 92adbaa1c847ff3dfea37a3480dcfcbed1281a8e Mon Sep 17 00:00:00 2001 From: Colin Dean Date: Mon, 3 Nov 2025 13:51:03 -0500 Subject: [PATCH] Enable continue-on-error for poetry-checks job Temporarily allow job to continue on error until issue is resolved. This failure makes it look like the whole job is failing. See also https://github.com/target/make-python-devex/issues/119 --- .github/workflows/make-based-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/make-based-ci.yml b/.github/workflows/make-based-ci.yml index 7aca0b5..ca648a3 100644 --- a/.github/workflows/make-based-ci.yml +++ b/.github/workflows/make-based-ci.yml @@ -14,6 +14,8 @@ permissions: {} jobs: poetry-checks: + # FIXME: Remove when https://github.com/target/make-python-devex/issues/119 is fixed + continue-on-error: true runs-on: ubuntu-latest permissions: pull-requests: write