Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/next' into webgpu-true
Browse files Browse the repository at this point in the history
  • Loading branch information
zardoy committed Oct 22, 2024
2 parents 985de70 + 6354ba6 commit 9d07572
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
) ||
(
github.event_name == 'pull_request' && (
contains(env.AUTO_DEPLOY_PRS, $'\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)
contains(vars.AUTO_DEPLOY_PRS, $'\n' + toString(github.event.pull_request.number)) + $'\n' ||
startsWith(vars.AUTO_DEPLOY_PRS, toString(github.event.pull_request.number) + $'\n') ||
endsWith(vars.AUTO_DEPLOY_PRS, $'\n' + toString(github.event.pull_request.number)) ||
vars.AUTO_DEPLOY_PRS == toString(github.event.pull_request.number)
)
)
permissions:
Expand Down

0 comments on commit 9d07572

Please sign in to comment.