grafana / thema

A CUE-based framework for portable, evolvable schema
Apache License 2.0
229 stars 12 forks source link

Simplify the regex used to trigger the Go github action on tags #192

Closed K-Phoen closed 1 year ago

K-Phoen commented 1 year ago

The previous regex wasn't accepted by the GitHub actions runner (see https://github.com/grafana/thema/pull/180#issuecomment-1658189427).

The following change should allow the action to run again, at the cost of a less constraining verification made on the tags themselves.

My goal here is to get a CI back up and running quickly, improvements to the regex can be made later if/when needed.

K-Phoen commented 1 year ago

Also: to avoid the noise due to a failing "goreleaser" action in PRs, I split the release and CI actions.

sdboyer commented 1 year ago

thank you!