Skip to content

Commit

Permalink
ci: update pr condition
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed May 15, 2023
1 parent bc28d53 commit f8c7b34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-pr.yml
Expand Up @@ -3,14 +3,14 @@ name: release
on:
issue_comment:
types: [created]
contains: "/trigger release"

env:
# 7 GiB by default on GitHub, setting to 6 GiB
NODE_OPTIONS: --max-old-space-size=6144

jobs:
release-pr:
if: ${{ github.event.issue.pull_request && github.event.comment.body == '/trigger release' }}
permissions:
id-token: write
runs-on: ubuntu-latest
Expand Down

0 comments on commit f8c7b34

Please sign in to comment.