Skip to content

Commit f68cea5

Browse files
committed
chore: disable CD deploy until EKS cluster is ready
1 parent b89c93c commit f68cea5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
deploy-dev:
1111
name: Deploy to Dev
1212
runs-on: ubuntu-latest
13-
if: github.ref == 'refs/heads/main'
13+
if: false
1414
environment: dev
1515

1616
steps:

0 commit comments

Comments
 (0)