ci: delete merged branches and cancel their in-flight runs - #402
Merged
Conversation
Mirrors the pattern from the monorepo's cleanup-branches.yml, trimmed to what applies here (no self-hosted runner, no RustFS artifact store): on PR close, cancel any queued/in-flight runs still targeting the branch, then delete the branch once merged. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_018THWRsSmNBEzYiRJ58bLG3 Signed-off-by: David Bensoussan <d.bensoussan@proton.me>
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.
Summary
.github/workflows/cleanup-branches.yml, triggered on PR close: cancels any queued/in-flight runs still targeting the closed branch, then deletes the branch once merged.~/dev/monorepo(cleanup-branches.yml), trimmed down: this repo has no self-hosted runner or RustFS artifact store, so the run-cancellation and branch-deletion steps use theghCLI (preinstalled onubuntu-latest) instead of curl+jq, and the RustFS/CI-artifact/recipe-PDF/APK purge steps (monorepo-specific) are dropped entirely.Test plan
format.yaml) passes YAML/lint checks on this PR🤖 Generated with Claude Code
https://claude.ai/code/session_018THWRsSmNBEzYiRJ58bLG3