flake: use ref instead of branch #17

Merged
MatthewCroughan merged 1 commits from mc/trace-test into main 2023-11-01 17:56:59 -04:00
MatthewCroughan commented 2023-11-01 12:34:20 -04:00 (Migrated from github.com)

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 ref is never null.

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 `ref` is never null.
technobaboo (Migrated from github.com) approved these changes 2023-11-01 17:56:33 -04:00
Sign in to join this conversation.