[CI/Build] Always run the ruff workflow (#10092)

Signed-off-by: Russell Bryant <rbryant@redhat.com>
This commit is contained in:
Russell Bryant 2024-11-06 17:25:23 -05:00 committed by GitHub
parent d58268c56a
commit 74f2f8a0f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,12 +15,17 @@ on:
pull_request: pull_request:
branches: branches:
- main - main
paths: # This workflow is only relevant when one of the following files changes.
- "**/*.py" # However, we have github configured to expect and require this workflow
- pyproject.toml # to run and pass before github with auto-merge a pull request. Until github
- requirements-lint.txt # allows more flexible auto-merge policy, we can just run this on every PR.
- .github/workflows/matchers/ruff.json # It doesn't take that long to run, anyway.
- .github/workflows/ruff.yml #paths:
# - "**/*.py"
# - pyproject.toml
# - requirements-lint.txt
# - .github/workflows/matchers/ruff.json
# - .github/workflows/ruff.yml
jobs: jobs:
ruff: ruff: