Skip to content

Commit

Permalink
chore(ci): rename job name
Browse files Browse the repository at this point in the history
  • Loading branch information
logaretm committed Feb 16, 2025
1 parent 95e0174 commit dfa7cf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pkg-pr-new.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Publish Approved Pull Requests
name: On-Demand Releases
on:
pull_request_review:
types: [submitted]
workflow_dispatch:

jobs:
approved:
Release:
if: github.event.review.state == 'APPROVED' || github.event_name == 'workflow_dispatch'
runs-on: ubuntu-latest

Expand Down

0 comments on commit dfa7cf8

Please sign in to comment.