Skip to content

Commit dfa7cf8

Browse files
committed
chore(ci): rename job name
1 parent 95e0174 commit dfa7cf8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pkg-pr-new.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
name: Publish Approved Pull Requests
1+
name: On-Demand Releases
22
on:
33
pull_request_review:
44
types: [submitted]
55
workflow_dispatch:
66

77
jobs:
8-
approved:
8+
Release:
99
if: github.event.review.state == 'APPROVED' || github.event_name == 'workflow_dispatch'
1010
runs-on: ubuntu-latest
1111

0 commit comments

Comments
 (0)