catalyst
catalyst copied to clipboard
Disable CI for draft PRs
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.