We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16d0a7b commit b167a06Copy full SHA for b167a06
.github/workflows/link_checker.yml
@@ -28,6 +28,7 @@ jobs:
28
29
- name: Run crawler
30
id: crawler
31
+ continue-on-error: true
32
run: |
33
if [[ "${{ github.event_name }}" == "pull_request" ]]; then
34
echo "Running PR workflow: Building and starting local server..."
0 commit comments