We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f9103f commit de82dfdCopy full SHA for de82dfd
1 file changed
.github/workflows/test.yml
@@ -27,7 +27,7 @@ jobs:
27
if: ${{ github.repository_owner == 'pypa' || github.event_name != 'schedule' }}
28
runs-on: ubuntu-latest
29
timeout-minutes: 20
30
- # Don't block PRs on linkcheck unrelated failures.
+ # Don't block PRs on linkcheck unrelated failures
31
continue-on-error: ${{ matrix.ignore-errors || false }}
32
strategy:
33
fail-fast: false
0 commit comments