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:
konsti 2023-08-14 14:01:26 +02:00 committed by GitHub
parent 24f42f0894
commit c39bcbadff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -328,7 +328,7 @@ jobs:
name: "Formatter ecosystem and progress checks" name: "Formatter ecosystem and progress checks"
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: determine_changes needs: determine_changes
if: needs.determine_changes.outputs.formatter == 'true' if: needs.determine_changes.outputs.formatter == 'true' || github.ref == 'refs/heads/main'
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: "Install Rust toolchain" - name: "Install Rust toolchain"