We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 966e96f + ffec23e commit 0894dd6Copy full SHA for 0894dd6
.github/workflows/check.yml
@@ -109,7 +109,7 @@ jobs:
109
flake-docs-linkcheck:
110
name: "Validate hyperlinks in documentation sources"
111
runs-on: ubuntu-latest
112
- if: "!contains(github.event.pull_request.title, '[skip ci]')"
+ if: false # disabled until we fix ndg docs
113
steps:
114
- name: Install Nix
115
uses: DeterminateSystems/nix-installer-action@main
0 commit comments