Commit 9433b67
Cleanup unused files and scope CI workflows (#266)
* Cleanup of unused files
* Scope CI workflows to relevant file changes
- console-ui CI: only runs on PRs targeting main with console-ui changes
- deploy-console-ui: triggers on push to main (not console-ui branch)
- check, check-runtime-migration, integration-test: skip when only
console-ui or docs files change
* Add gate jobs to CI workflows to avoid blocking PRs
Replace paths-ignore with a changes detection job so workflows always
trigger but skip heavy jobs when only console-ui/ or docs/ files change.
Gate jobs (with if: always()) report status regardless, preventing
required checks from blocking merges when skipped.
- check.yml: add "All tests passed" gate job
- check-runtime-migration.yml: update "All migrations passed" as gate
- integration-test.yml: update "Integration Tests" as gate
- check-console-ui.yml: also trigger on push to main
* Extract changes detection into reusable workflow
Deduplicate the changes job by moving it to
check-changed-files.yml and calling it from check.yml,
check-runtime-migration.yml, and integration-test.yml.
* Revert reusable workflow, inline changes detection
Reusable workflows referenced via local path don't work when the
file is new and doesn't exist on the base branch yet, causing
startup_failure on all calling workflows.
Inline the changes detection job back into each workflow.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Add job name to check-console-ui and restore reusable workflow
- Add "Check Console UI" name to build job for branch protection
- Restore check-changed-files.yml (unused until it exists on main)
* Change name
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 9ec6ed0 commit 9433b67
File tree
16 files changed
+95
-405
lines changed- .devcontainer
- .github/workflows
- .vscode
16 files changed
+95
-405
lines changedThis file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
4 | 6 | | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
| 7 | + | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
24 | 30 | | |
| 31 | + | |
| 32 | + | |
25 | 33 | | |
26 | 34 | | |
27 | 35 | | |
| |||
206 | 214 | | |
207 | 215 | | |
208 | 216 | | |
209 | | - | |
210 | | - | |
| 217 | + | |
| 218 | + | |
211 | 219 | | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
212 | 223 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
30 | 36 | | |
| 37 | + | |
| 38 | + | |
31 | 39 | | |
32 | 40 | | |
33 | 41 | | |
| |||
200 | 208 | | |
201 | 209 | | |
202 | 210 | | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
27 | 33 | | |
| 34 | + | |
| 35 | + | |
28 | 36 | | |
29 | 37 | | |
30 | 38 | | |
| |||
90 | 98 | | |
91 | 99 | | |
92 | 100 | | |
| 101 | + | |
| 102 | + | |
93 | 103 | | |
94 | 104 | | |
95 | 105 | | |
| |||
229 | 239 | | |
230 | 240 | | |
231 | 241 | | |
232 | | - | |
233 | | - | |
| 242 | + | |
| 243 | + | |
234 | 244 | | |
235 | 245 | | |
236 | 246 | | |
237 | | - | |
238 | | - | |
239 | | - | |
| 247 | + | |
| 248 | + | |
240 | 249 | | |
241 | | - | |
242 | | - | |
243 | | - | |
244 | | - | |
| 250 | + | |
| 251 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
This file was deleted.
0 commit comments