Skip to content

Commit 0894dd6

Browse files
authored
Merge pull request #1275 from horriblename/ci-disable-hyperlink-check
ci: disable hyperlink check
2 parents 966e96f + ffec23e commit 0894dd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
flake-docs-linkcheck:
110110
name: "Validate hyperlinks in documentation sources"
111111
runs-on: ubuntu-latest
112-
if: "!contains(github.event.pull_request.title, '[skip ci]')"
112+
if: false # disabled until we fix ndg docs
113113
steps:
114114
- name: Install Nix
115115
uses: DeterminateSystems/nix-installer-action@main

0 commit comments

Comments
 (0)