Skip to content

Commit

Permalink
Make the check_misc job name more descriptive
Browse files Browse the repository at this point in the history
We're going to add check_misc as a required status check, and "checks"
was a bit too vague for matching the job name.
  • Loading branch information
k0kubun committed Dec 18, 2023
1 parent d897844 commit 83194aa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/check_misc.yml
@@ -1,4 +1,4 @@
name: Miscellaneous checks
name: Miscellaneous
on: [push, pull_request, merge_group]

concurrency:
Expand All @@ -10,6 +10,8 @@ permissions:

jobs:
checks:
name: Miscellaneous checks

permissions:
contents: write # for Git to git push

Expand Down

0 comments on commit 83194aa

Please sign in to comment.