Skip to content

Commit fecc601

Browse files
committed
ci: select the release gate when the shared path reader changes
`check:release` is the only thing that runs `windows-package-source-closure.test.mjs`, which is now the only reader of `release-windows-check.yml`'s filter, and it reaches it through `workflow-pull-request-paths.mjs`. Without this the module could change and the suite that depends on it would not run.
1 parent 014ff81 commit fecc601

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

scripts/ci-test-plan.mjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ const RELEASE_CONTRACT_FILES = new Set([
7777
'scripts/windows-upgrade-baseline.json',
7878
'scripts/windows-package-source-closure.mjs',
7979
'scripts/windows-package-source-closure.test.mjs',
80+
// Reads the filter that closure test compares against, and `check:release`
81+
// is the only gate that runs it against `release-windows-check.yml`.
82+
'scripts/workflow-pull-request-paths.mjs',
8083
]);
8184

8285
// What decides whether a build can read durable state an earlier release wrote.

0 commit comments

Comments
 (0)