Skip to content

Commit 3191a93

Browse files
committed
disabled prod deploy
1 parent cf3a2a4 commit 3191a93

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88

99
env:
1010
NODE_VERSION: '22'
11+
DEPLOY_PROD: false
1112

1213
jobs:
1314
lint-and-build:
@@ -84,6 +85,7 @@ jobs:
8485
retention-days: 30
8586

8687
deploy:
88+
if: env.DEPLOY_PROD == 'true'
8789
name: Deploy to Production
8890
runs-on: ubuntu-latest
8991
needs: [lint-and-build, test]

0 commit comments

Comments
 (0)