Skip to content

Commit d9cd9d4

Browse files
committed
fix: continue on error
1 parent 5b42da0 commit d9cd9d4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/on-pull-request.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ jobs:
7474
runs-on: ubuntu-latest
7575
needs: changes
7676
if: ${{ needs.changes.outputs.docs == 'true' }}
77+
# TODO: Remove this after fixing all broken links
78+
continue-on-error: true
7779
steps:
7880
- name: "Checkout files"
7981
uses: actions/checkout@v3

0 commit comments

Comments
 (0)