Skip to content

Commit

Permalink
2
Browse files Browse the repository at this point in the history
  • Loading branch information
zardoy committed Oct 22, 2024
1 parent 2c71d7d commit ee5f8a2
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ee5f8a2

Please sign in to comment.