chore: CLI-1758 trigger Endpoint Explorer refresh after releases - #7102
Open
mattdolan-snyk wants to merge 1 commit into
Open
chore: CLI-1758 trigger Endpoint Explorer refresh after releases#7102mattdolan-snyk wants to merge 1 commit into
mattdolan-snyk wants to merge 1 commit into
Conversation
|
|
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
mattdolan-snyk
marked this pull request as ready for review
August 10, 2026 09:24
| - main | ||
| - '/release.*/' | ||
|
|
||
| # Best-effort terminal jobs: no release job depends on these dispatches. |
Contributor
There was a problem hiding this comment.
Question: why didn't you just extend the existing mechanism we use for other examples?
PeterSchafer
requested changes
Aug 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
refresh-cli-data.ymlworkflow with the published channelWhy
The Endpoint Explorer should refresh when a public CLI channel changes, without waiting for the Explorer workflow or making CLI releases depend on Explorer availability.
The dispatch is best-effort. Once GitHub accepts the workflow request, the CLI pipeline does not follow or wait for the Explorer run. If the request cannot be made, the CLI release continues and the existing scheduled/manual Explorer refresh remains available as recovery.
Validation
make formatmake lintgo test ./... -skip TestBuildRecipeUsesGeneratedLSMetadataInLdflagsinrelease-scriptsbash -n release-scripts/trigger-endpoint-explorer-refresh.sh.circleci/config.ymlsnyk/endpoint-binary-explorerworkflow still acceptsworkflow_dispatchwithstableandpreviewchannel inputsThe unmodified
TestBuildRecipeUsesGeneratedLSMetadataInLdflagscurrently fails because its temporary CLI fixture does not include the help Markdown now required by the build recipe; the remaining release-script suite passes.Deployment assumption
HAMMERHEAD_GITHUB_PATmust be able to dispatch Actions workflows insnyk/endpoint-binary-explorer. Missing or insufficient access is intentionally warning-only and does not fail the CLI release.