diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 7a7e53c..023cd50 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -11,7 +11,7 @@ on: jobs: deploy_apigw_staging: - if: 'false' == 'true' + if: false runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 @@ -46,7 +46,7 @@ jobs: run: npm run cdk deploy tifeatures-timvt-staging -- --require-approval never deploy_ecs_staging: - if: 'false' == 'true' + if: false runs-on: ubuntu-latest steps: - uses: actions/checkout@v2