Skip to content

Commit 3ddf8a5

Browse files
committed
fix deploy
1 parent 1ca2e06 commit 3ddf8a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-to-control-plane-review-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ jobs:
213213
fi
214214
215215
- name: Setup Control Plane App if Not Existing
216-
if: env.DO_DEPLOY == 'true' && env.APP_EXISTS == 'false'
216+
if: env.DO_DEPLOY != 'false' && env.APP_EXISTS == 'false'
217217
env:
218218
CPLN_TOKEN: ${{ secrets.CPLN_TOKEN_STAGING }}
219219
run: |

0 commit comments

Comments
 (0)