Skip to content

Commit b167a06

Browse files
committed
continue if errored
1 parent 16d0a7b commit b167a06

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/link_checker.yml

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828

2929
- name: Run crawler
3030
id: crawler
31+
continue-on-error: true
3132
run: |
3233
if [[ "${{ github.event_name }}" == "pull_request" ]]; then
3334
echo "Running PR workflow: Building and starting local server..."

0 commit comments

Comments
 (0)