2
This commit is contained in:
parent
2c71d7d90e
commit
ee5f8a2b8a
1 changed files with 6 additions and 4 deletions
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
|
|
@ -44,10 +44,12 @@ jobs:
|
|||
vercel-auto-deploy:
|
||||
runs-on: ubuntu-latest
|
||||
if: >-
|
||||
env.AUTO_DEPLOY_PRS contains $'\n' + toString(github.event.pull_request.number) + $'\n' ||
|
||||
startsWith(env.AUTO_DEPLOY_PRS, toString(github.event.pull_request.number) + $'\n') ||
|
||||
endsWith(env.AUTO_DEPLOY_PRS, $'\n' + toString(github.event.pull_request.number)) ||
|
||||
env.AUTO_DEPLOY_PRS == toString(github.event.pull_request.number)
|
||||
(
|
||||
env.AUTO_DEPLOY_PRS contains $'\n' + toString(github.event.pull_request.number) + $'\n' ||
|
||||
startsWith(env.AUTO_DEPLOY_PRS, toString(github.event.pull_request.number) + $'\n') ||
|
||||
endsWith(env.AUTO_DEPLOY_PRS, $'\n' + toString(github.event.pull_request.number)) ||
|
||||
env.AUTO_DEPLOY_PRS == toString(github.event.pull_request.number)
|
||||
}
|
||||
permissions:
|
||||
pull-requests: write
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue