Problem: You want to push your changes, but skip CI because you're not done...


Problem: You want to push your changes, but skip CI because you're not done yet, so running CI would be wasteful.

Solution: Put this in the push commit message: [no ci]

This skips the CI process.

Details: https://docs.github.com/en/actions/managing-workflow-runs-and-deployments/managing-workflow-runs/skipping-workflow-runs

View original on X