We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 051d19c commit 8ed4bb4Copy full SHA for 8ed4bb4
.github/workflows/backend.yml
@@ -75,6 +75,8 @@ jobs:
75
name: Dead links
76
runs-on: ubuntu-latest
77
timeout-minutes: 150
78
+ # Temporarily ignore this job to avoid blocking PRs
79
+ continue-on-error: true
80
steps:
81
- uses: actions/checkout@v2
82
- run: sudo npm install -g [email protected]
0 commit comments