From c39bcbadffe25fb974ac1346b9e43ad82e04469b Mon Sep 17 00:00:00 2001 From: konsti Date: Mon, 14 Aug 2023 14:01:26 +0200 Subject: [PATCH] Always run check-formatter-ecosystem on main (#6503) This makes it easier to get the latest similarity numbers from main --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 13b1986afd..b2681cec59 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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"