diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 1e546b89..dfe93ca0 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -75,8 +75,8 @@ jobs: # requires format, eval, and every dynamically-discovered lint leg (the # matrix job is failure if any leg fails), so new checks are covered # without touching branch protection. - all: - name: all + all-checks: + name: all-checks needs: [format, eval, discover, lint] if: always() runs-on: ubuntu-latest