Skip to content

Commit 8ed4bb4

Browse files
authored
[Fix][CI] Set continue-on-error to true for dead link job (#9290)
1 parent 051d19c commit 8ed4bb4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/backend.yml

+2
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ jobs:
7575
name: Dead links
7676
runs-on: ubuntu-latest
7777
timeout-minutes: 150
78+
# Temporarily ignore this job to avoid blocking PRs
79+
continue-on-error: true
7880
steps:
7981
- uses: actions/checkout@v2
8082
- run: sudo npm install -g [email protected]

0 commit comments

Comments
 (0)