From bc9d69dea45d6ae6545165b9c2651082927124bb Mon Sep 17 00:00:00 2001 From: Steven Date: Sat, 22 Jul 2023 01:41:53 -0400 Subject: [PATCH] chore(ci): always run validate-docs-links action (#53022) We should unconditionally run this action so we can mark it as "required". It only takes about 13 seconds for each PR so it shouldn't put too much additional load on our CI infra. image - Depends on the fix from https://github.com/vercel/next.js/pull/53021 --- .github/workflows/validate-docs-links.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/validate-docs-links.yml b/.github/workflows/validate-docs-links.yml index d3432afb24d08..dce858e157c76 100644 --- a/.github/workflows/validate-docs-links.yml +++ b/.github/workflows/validate-docs-links.yml @@ -1,9 +1,7 @@ name: 'Validate Doc Links' on: pull_request: - paths: - - 'docs/**.mdx' - - 'errors/*.mdx' + types: [opened, synchronize] jobs: link-check: