From 164628b2c325b921de04df9c9d30657365ef0e7d Mon Sep 17 00:00:00 2001 From: ranchodeluxe Date: Mon, 6 Mar 2023 12:09:50 -0800 Subject: [PATCH] fix github actions again --- .github/workflows/deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 96695a7..7a7e53c 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -11,7 +11,7 @@ on: jobs: deploy_apigw_staging: - if: ${{ env.APIGW_DEPLOY == 'true' }} + if: 'false' == 'true' 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: ${{ env.ECS_DEPLOY == 'true' }} + if: 'false' == 'true' runs-on: ubuntu-latest steps: - uses: actions/checkout@v2