Skip to content

Commit 92adbaa

Browse files
authored
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 #119
1 parent b1a46e3 commit 92adbaa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/make-based-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ permissions: {}
1414

1515
jobs:
1616
poetry-checks:
17+
# FIXME: Remove when https://github.com/target/make-python-devex/issues/119 is fixed
18+
continue-on-error: true
1719
runs-on: ubuntu-latest
1820
permissions:
1921
pull-requests: write

0 commit comments

Comments
 (0)