Qiskit / qiskit_sphinx_theme

A Sphinx theme and documentation guidelines for Qiskit and Qiskit Ecosystem projects
https://qisk.it/docs-guide
Apache License 2.0
14 stars 29 forks source link

Turn off CI for pushes #565

Closed Eric-Arellano closed 10 months ago

Eric-Arellano commented 10 months ago

We use GitHub branch protection to require opening a PR for main and the 1.* branches; you cannot push directly. For main, we also require that CI runs against the latest main.

So, there is no need to run CI again for pushes since it already runs with PRs. Don't waste compute resources, which have a real environmental cost.