Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
<!--⚠️ If you do not respect this template, your pull request will be closed.⚠️ Your pull request title should be short detailed and understandable for all.⚠️ Also, please add a release note file using reno if the change needs to be documented in the release notes.⚠️ If your pull request fixes an open issue, please link to the issue. - [ ] I have added the tests to cover my changes. - [ ] I have updated the documentation accordingly. - [ ] I have read the CONTRIBUTING document. --> ### Summary This broke the website generation. I'm not sure why the PR didn't fail CI as events created by actions cannot trigger other actions. More information here: https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#triggering-further-workflow-runs. The workaround that seems most appropriate is to add better branch protections, and close/reopen PRs to trigger the checks. I've addressed this by explicitly requiring the **tests (3.9)** check to pass before merging.
- Loading branch information