Skip to content

Commit 288c5c8

Browse files
authored
chore: specify "release" job name in CR (#6612)
1 parent 1bacfea commit 288c5c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
release:
1717
if: github.repository == 'vitest-dev/vitest' && (github.ref == 'refs/heads/main' || contains(github.event.pull_request.labels.*.name, 'cr-tracked'))
1818
runs-on: ubuntu-latest
19+
name: 'Release: pkg.pr.new'
1920

2021
steps:
2122
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)