diff --git a/.github/workflows/tact-docs-test.yml b/.github/workflows/tact-docs-test.yml index e2a58751f..6eb4845b8 100644 --- a/.github/workflows/tact-docs-test.yml +++ b/.github/workflows/tact-docs-test.yml @@ -51,7 +51,7 @@ jobs: run: yarn deps - name: Check broken file references in README - if: runner.os != 'macOS' # it's enough to check on Windows and Linux + if: runner.os == 'Linux' uses: lycheeverse/lychee-action@v2 with: args: "-n -s file docs/README.md" diff --git a/.github/workflows/tact.yml b/.github/workflows/tact.yml index cfe837b5c..df1e22d7b 100644 --- a/.github/workflows/tact.yml +++ b/.github/workflows/tact.yml @@ -95,7 +95,7 @@ jobs: yarn knip - name: Check broken file references in internal documentation - if: runner.os != 'macOS' # it's enough to check on Windows and Linux + if: runner.os == 'Linux' uses: lycheeverse/lychee-action@v2 with: args: "-n -s file --exclude-path node_modules --exclude-path docs './**/*.md'"