mirror of https://github.com/astral-sh/ruff
Always run check-formatter-ecosystem on main (#6503)
This makes it easier to get the latest similarity numbers from main
This commit is contained in:
parent
24f42f0894
commit
c39bcbadff
|
|
@ -328,7 +328,7 @@ jobs:
|
|||
name: "Formatter ecosystem and progress checks"
|
||||
runs-on: ubuntu-latest
|
||||
needs: determine_changes
|
||||
if: needs.determine_changes.outputs.formatter == 'true'
|
||||
if: needs.determine_changes.outputs.formatter == 'true' || github.ref == 'refs/heads/main'
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: "Install Rust toolchain"
|
||||
|
|
|
|||
Loading…
Reference in New Issue