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

View File

@@ -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"