Commit d54dcab
Revert "temp: Update self refence of update-catalog to testing branch"
This reverts commit e86ab22.
Sean's commit re-pointed starter.yml's call-update-catalog-workflow
job at update-catalog.yml@port-update-catalog-to-v5 so an integration
repo could test the new flow end-to-end through this PR branch
without anything having to land on v5 first. That was the right call
for testing, but leaving the temp commit in would mean post-merge
v5's starter.yml would either point at a deleted feature branch
(if GitHub auto-deletes the branch on merge) or at a stale,
no-longer-canonical ref otherwise. Either way it breaks the
self-reference v5 needs once update-catalog lands.
After this revert the PR's net diff vs v5 is just the update-catalog
workflow replacement — starter.yml stays at @v5.
If we need to re-enable the end-to-end test wiring, just cherry-pick
e86ab22 back onto a test branch, push, point the integration repo
at starter.yml@<test-branch>, then drop the cherry-pick before merge.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent e86ab22 commit d54dcab
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | | - | |
| 141 | + | |
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
| |||
0 commit comments