flake: use ref instead of branch #17
Reference in New Issue
Block a user
Delete Branch "mc/trace-test"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Sometimes, for example when making a release, there is no branch, only a ref like refs/head/v1, which means branch is set to null, causing a failure in CI, but
refis never null.