Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix data structure of "Render Registry" workflow
An invalid data structure of "Render Registry" GitHub Actions workflow caused a spurious failure of the workflow runs: > Invalid workflow file: .github/workflows/render-registry.yml#L2 > You have an error in your yaml syntax on line 2 In this usage, both the `on` and `push` keys must be mappings (AKA objects).
- Loading branch information