Skip to content

Commit

Permalink
Clean up job names
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed May 28, 2024
1 parent 9258952 commit 1fcb0fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/auto-review-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ permissions:
pull-requests: write
jobs:
auto-review:
name: Review
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/preview-close.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ on:
- 'core/test/**'
- 'loader-tests/**'
jobs:
close:
name: Close
prepare:
name: Prepare
runs-on: ubuntu-latest
steps:
- name: Save PR number
Expand Down

0 comments on commit 1fcb0fe

Please sign in to comment.