From 11edb6465955bf8051af93d3fd683c9f9dfdadcf Mon Sep 17 00:00:00 2001 From: Abdellah Hariti Date: Wed, 24 Jul 2024 00:00:39 +0100 Subject: [PATCH] skip run if both docs (user facing and dev docs) skip build --- .github/workflows/lint-404s.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/lint-404s.yml b/.github/workflows/lint-404s.yml index 92801854a1358..b4e7413008945 100644 --- a/.github/workflows/lint-404s.yml +++ b/.github/workflows/lint-404s.yml @@ -51,3 +51,4 @@ jobs: # build docs index - run: bun ./scripts/lint-404s/main.ts + if: steps.filter.outputs.docs == 'true' || steps.filter.outputs.dev-docs == 'true'