mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 05:35:13 +00:00
ci: update pr condition
This commit is contained in:
parent
bc28d536c0
commit
f8c7b34bde
2
.github/workflows/release-pr.yml
vendored
2
.github/workflows/release-pr.yml
vendored
@ -3,7 +3,6 @@ name: release
|
||||
on:
|
||||
issue_comment:
|
||||
types: [created]
|
||||
contains: "/trigger release"
|
||||
|
||||
env:
|
||||
# 7 GiB by default on GitHub, setting to 6 GiB
|
||||
@ -11,6 +10,7 @@ env:
|
||||
|
||||
jobs:
|
||||
release-pr:
|
||||
if: ${{ github.event.issue.pull_request && github.event.comment.body == '/trigger release' }}
|
||||
permissions:
|
||||
id-token: write
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
Reference in New Issue
Block a user