Skip to content

Commit

Permalink
ci: required checks must be named separately
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellh committed Jan 10, 2025
1 parent 4af44c5 commit f5add68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ on: [push, pull_request]
name: Nix
jobs:
required:
name: Required Checks
name: "Required Checks: Nix"
runs-on: namespace-profile-ghostty-sm
needs:
- check-zig-cache-hash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: Test

jobs:
required:
name: Required Checks
name: "Required Checks: Test"
runs-on: namespace-profile-ghostty-sm
needs:
- build
Expand Down

0 comments on commit f5add68

Please sign in to comment.