Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down