Commit 6015961
ci(lighthouse): drop concurrency block and dependency caching
Address review feedback from @mydea: this nightly cron does not need
either concurrency control or a shared dependency cache.
- The concurrency group keyed on `github.run_id` was a no-op (each run
has a unique id, so nothing ever collided) and only obscured intent.
- The `CACHED_DEPENDENCY_PATHS` env block existed solely to feed the
`install-dependencies` composite action's cache step. Replacing that
action with a plain `yarn install --frozen-lockfile --ignore-engines`
removes the cache plumbing for what is at most a ~30s saving on a
workflow that runs once per day.
Co-Authored-By: claude-sonnet-4-5 <noreply@anthropic.com>1 parent 86cfe88 commit 6015961
1 file changed
Lines changed: 1 addition & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | 11 | | |
22 | 12 | | |
23 | 13 | | |
| |||
35 | 25 | | |
36 | 26 | | |
37 | 27 | | |
38 | | - | |
| 28 | + | |
39 | 29 | | |
40 | 30 | | |
41 | 31 | | |
| |||
0 commit comments