Commit 3d82dd3
committed
Skip collection API checks in test (all) job
The test (all) job runs when non-collection/non-topic files change (e.g.,
Gemfile, Rakefile updates). Running the full collection rename/existence
API checks (~300 GraphQL calls) is redundant for these changes because:
1. The collections-renames workflow runs hourly to detect and fix renames
2. The test (collections) job already validates collections when
collection files are modified
This change adds a SKIP_COLLECTION_API_CHECKS env var that causes the
expensive API-based rename test to be skipped in the all job, reducing
its runtime from ~16 minutes to ~2 minutes.1 parent 67774fb commit 3d82dd3
2 files changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
140 | 144 | | |
141 | 145 | | |
142 | 146 | | |
| |||
0 commit comments