test PR to close: test parametarized ci #32695
Open
+90
−65
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.
Additional details
Steps to test
How has the user experience changed?
PR Tasks
cypress-documentation
?type definitions
?Note
Adds a
publish-binary-branch
pipeline parameter and switches binary publish triggering to a new CircleCI command, removing the old Node script.publish-binary-branch
and pass it through continuation (.circleci/config.yml
,.circleci/src/pipeline/@pipeline.yml
).commands/trigger-publish-binary-pipeline.yml
(uses curl/jq, parametertarget-repo-branch
).create-and-trigger-packaging-artifacts
to calltrigger-publish-binary-pipeline
withtarget-repo-branch: << pipeline.parameters.publish-binary-branch >>
.scripts/binary/trigger-publish-binary-pipeline.js
.packages/electron/README.md
checklist to use the new parameterized flow and CircleCI UI trigger, adding guidance to setpublish-binary-branch
and workflow filters.Written by Cursor Bugbot for commit 284b03d. This will update automatically on new commits. Configure here.