mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
ci: trigger check-docs on changes to its own workflow file
The job's PR trigger only watched docs/** before, so workflow-only changes (like the previous puppeteer fix in this PR) skipped the check-docs run on the PR that introduced them. Add the workflow file itself to the path filter so future workflow edits are verified against link-check behavior before merge.
This commit is contained in:
@@ -9,6 +9,7 @@ on:
|
|||||||
- main
|
- main
|
||||||
paths:
|
paths:
|
||||||
- "docs/**"
|
- "docs/**"
|
||||||
|
- ".github/workflows/weekly-docs.yaml"
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|||||||
Reference in New Issue
Block a user