catalyst icon indicating copy to clipboard operation
catalyst copied to clipboard

Disable CI for draft PRs

Open anthayes92 opened this issue 1 year ago • 0 comments


Context: Tooling Team has requested that all CI checks for draft PRs across all PennyLane repos are to be disabled to free up resources. SC Story.

Description of the Change: Conditions for checking whether a PR is in draft state have been added to existing workflows.

Benefits: Reduces resource usage.

Possible Drawbacks: Some development steps are deferred to PRs in "ready for review" state only.

Related GitHub Issues: N/A

Verification:

Created this PR as draft, no GitHub runners are used by CI. The successful checks are codecov and readthedocs which do not use these resources.

Screenshot from 2024-08-09 16-46-53

anthayes92 avatar Aug 09 '24 18:08 anthayes92