Skip to content

Commit

Permalink
Fix job name for clang tidy (#4760)
Browse files Browse the repository at this point in the history
I think this will affect the name GH shows in some action UIs; this will
more clearly disambiguate from tests.yaml actions.
  • Loading branch information
jonmeow authored Jan 8, 2025
1 parent 7ed3b98 commit aaef516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clang_tidy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ concurrency:
cancel-in-progress: true

jobs:
test:
clang-tidy:
runs-on: ubuntu-22.04

steps:
Expand Down

0 comments on commit aaef516

Please sign in to comment.