Skip to content

Commit a70751a

Browse files
authored
Merge pull request #197 from target/allow-poetry-checks-to-fail
Enable continue-on-error for poetry-checks job
2 parents b1a46e3 + 92adbaa commit a70751a

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)