RootCauseunvalidated
github is matching `**` as anything (as per docs), but discarding the slash completely. — branches: [ '**/ci-*' ]. Tension: I don't understand why, since it ought to match only a branch name containing `/ci-`. Outcome: matches: # - testing/this-should-not-be-ci-run.
bb9f4cd9-b92d-4f5c-93a3-8c03e26702f9
github is matching ** as anything (as per docs), but discarding the slash completely. — branches: [ '**/ci-*' ]. Tension: I don't understand why, since it ought to match only a branch name containing /ci-. Outcome: matches:
# - testing/this-should-not-be-ci-run.