Skip to content

Commit

Permalink
chore: Update create_new_release workflow to be manually run (#2315)
Browse files Browse the repository at this point in the history
  • Loading branch information
tonybaroneee authored Oct 24, 2022
1 parent 0fa0a41 commit 57996ac
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/create_new_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,10 @@ name: Create new release

on:
workflow_dispatch:
pull_request:
types: [ closed ]

jobs:
create_release:
runs-on: ubuntu-latest
if: github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'release') && contains(github.event.pull_request.user.login, 'google-flank-bot[bot]') && contains(github.event.pull_request.title, 'release notes for')
steps:
- uses: actions/checkout@v2
- uses: tibdex/github-app-token@v1
Expand Down

0 comments on commit 57996ac

Please sign in to comment.