Skip to content

Commit cb027bd

Browse files
authored
Fix: continue on error might work (#279)
* Fix: continue on error might work * Update .github/workflows/update-contribs-reviews.yml
1 parent 5d52a9b commit cb027bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/update-contribs-reviews.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
3131
- name: run precommit hooks
3232
uses: pre-commit/[email protected]
33+
continue-on-error: true
3334
- name: Create Pull Request
3435
uses: peter-evans/create-pull-request@v5
3536
with:

0 commit comments

Comments
 (0)