Skip to content

Commit

Permalink
fix github actions again
Browse files Browse the repository at this point in the history
  • Loading branch information
ranchodeluxe committed Mar 6, 2023
1 parent dd99c74 commit 164628b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 164628b

Please sign in to comment.