This repository has been archived by the owner on Nov 18, 2021. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: delete CL build branches once workflow is complete
In ccbfbd2 we introduced the concept of build branches that are used for CL CI workflows. However we stopped short of deleting those build branches to ensure that the workflow behaved as intended on master. There have been two subsequent master builds, a pass and a fail, that verify this remove step is not running for a master build: https://github.com/cuelang/cue/actions/runs/488463317 (fail) https://github.com/cuelang/cue/actions/runs/488888616 (pass) Hence it is now safe to remove build branches at the end of a CL workflow. Change-Id: Iad673771470e50d2e568e2caf451fc21a41a573e Reviewed-on: https://cue-review.googlesource.com/c/cue/+/8226 Reviewed-by: CUE cueckoo <[email protected]> Reviewed-by: Paul Jolly <[email protected]>
- Loading branch information