Qiskit / ecosystem

The Ecosystem consists of projects, tools, utilities, libraries and tutorials from a broad community of developers and researchers. The goal of the Ecosystem is to recognize, support and accelerate development of quantum technologies using Qiskit.
https://www.ibm.com/quantum/ecosystem
Apache License 2.0
95 stars 48 forks source link

Add missing value to ffsim #704

Closed frankharkins closed 3 months ago

frankharkins commented 3 months ago

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.