ruff/.github/workflows
Charlie Marsh c029c8b37a
Run release testing on PR, not push (#5718)
## Summary

This job runs whenever I put up a PR to bump the version, which is
really useful. But then it also runs again when I merge, and then _that_
job tends to get cancelled immediately, because I run the _actual_
release job, which triggers the cancel-concurrent-runs flow. (See, e.g.,
https://github.com/astral-sh/ruff/actions/runs/5534191373.)

I think it makes sense to run these on PR (when editing `pyproject.toml`
and friends), but not again on merge.
2023-07-12 14:22:29 -04:00
..
benchmark.yaml Small CI improvements (#4953) 2023-06-09 09:03:34 +02:00
ci.yaml Bump static Python versions in CI from 3.7 to 3.11 (#5700) 2023-07-12 13:56:22 +00:00
docs.yaml ci(deps): bump webfactory/ssh-agent from 0.7.0 to 0.8.0 (#5657) 2023-07-10 13:10:25 -04:00
flake8-to-ruff.yaml Bump static Python versions in CI from 3.7 to 3.11 (#5700) 2023-07-12 13:56:22 +00:00
playground.yaml Only run the playground release job on release (#4636) 2023-05-24 11:48:36 -04:00
pr-comment.yaml Small CI improvements (#4953) 2023-06-09 09:03:34 +02:00
release.yaml Run release testing on PR, not push (#5718) 2023-07-12 14:22:29 -04:00