Sourced from celestiaorg/.github's releases.
Release v0.3.2
What's Changed
In the prior release, a commit hash was being added to the workflow run name which resulted in a new workflow each time. This release addresses that issue which requires updating the branch protection rules to target the workflow run without the hash in the name.
For Example:
The second impact to the workflows is that previously the Scaleway and Dockerhub runs would fail due to permission issues. Some team's handled this by marking these as not required in the branch protection rules. These runs will now skip instead of fail so they can be marked as required in the branch protection rules.
- fix: fix failing docker CI due to permission issues on PRs by
@​MSevey
in celestiaorg/.github#94Full Changelog: https://github.com/celestiaorg/.github/compare/v0.3.1...v0.3.2
813fe47
fix: fix failing docker CI due to permission issues on PRs (#94)