Skip to content

Commit

Permalink
chore(ci): always run validate-docs-links action (#53022)
Browse files Browse the repository at this point in the history
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.

<img width="811" alt="image" src="https://github.com/vercel/next.js/assets/229881/5c8596e1-71be-4f09-ac29-e0c4a9f12253">

- Depends on the fix from #53021
  • Loading branch information
styfle committed Jul 22, 2023
1 parent 04e46cb commit bc9d69d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/validate-docs-links.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: 'Validate Doc Links'
on:
pull_request:
paths:
- 'docs/**.mdx'
- 'errors/*.mdx'
types: [opened, synchronize]

jobs:
link-check:
Expand Down

0 comments on commit bc9d69d

Please sign in to comment.