Closed ivmarkov closed 1 year ago
A nit really: replace == with startWith so that if one day we decide to pin nightly to a specific version (i.e. nightly-2023-08-01 the Tier 3 CI would still run.
==
startWith
nightly
nightly-2023-08-01
A nit really: replace
==
withstartWith
so that if one day we decide to pinnightly
to a specific version (i.e.nightly-2023-08-01
the Tier 3 CI would still run.