Skip to content

Commit

Permalink
Add missing value to ffsim (#704)
Browse files Browse the repository at this point in the history
<!--
⚠️ 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
frankharkins authored Apr 30, 2024
1 parent a6cc7c4 commit 819dd06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ecosystem/resources/members/ffsim.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ alternatives = "_No response_"
affiliations = "IBM"
labels = [ "Chemistry", "Circuit simulator", "IBM maintained", "Rust",]
website = "https://qiskit-community.github.io/ffsim/"
group = "applications"

0 comments on commit 819dd06

Please sign in to comment.