Skip to content

Commit 149c312

Browse files
committed
ci(validate-deps): trigger workflow on changes to its own file
So edits to the dependency-validation gates are exercised on the PR that introduces them, rather than only when a dependency manifest changes. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_015JoYhorCUhGc8bgFYsErfE
1 parent e7b5169 commit 149c312

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/validate-deps.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
- '.changeset/config.json'
99
- 'pnpm-workspace.yaml'
1010
- 'scripts/check-changeset-fixed.mjs'
11+
# Re-run when the workflow itself changes, so edits to these gates are
12+
# exercised on the PR that introduces them.
13+
- '.github/workflows/validate-deps.yml'
1114
schedule:
1215
# Run weekly on Monday at 03:00 UTC
1316
- cron: '0 3 * * 1'

0 commit comments

Comments
 (0)