ruff/.github
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
..
workflows Run release testing on PR, not push (#5718) 2023-07-12 14:22:29 -04:00
CODEOWNERS Add GitHub CODEOWNERS file (#5054) 2023-06-14 05:21:59 +00:00
ISSUE_TEMPLATE.md Add `markdownlint` and dev Ruff to `pre-commit` (#2303) 2023-02-02 16:29:07 -05:00
PULL_REQUEST_TEMPLATE.md Add a PR template (#4582) 2023-05-24 02:17:38 +00:00
dependabot.yml ci: add dependabot integration for GitHub Actions (#3504) 2023-03-14 10:31:26 -04:00
release.yml Omit internal and documentation changes from changelog (#4814) 2023-06-02 15:39:37 +00:00