Skip to content

Commit

Permalink
push to ecr upon merges to develop_pwa
Browse files Browse the repository at this point in the history
  • Loading branch information
ericrosenthal committed Apr 13, 2021
1 parent 7f3f7a8 commit 868e0ab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,6 @@ jobs:
image-build:
runs-on: ubuntu-latest
# EAR - WideChat uses Terranovax/aws-ecr-deploy@v1 to deploy to ecr
if: github.event_name == 'DEACTIVATED'
needs: deploy

Expand Down Expand Up @@ -540,7 +539,7 @@ jobs:
# NOTE: Right now it will only push on every merge into develop_pwa because we have a standing PR from it -> develop.
widechat-ecr-push:
runs-on: ubuntu-latest
if: ${{ github.base_ref == 'develop' && github.event_name == 'pull_request' }}
if: ${{ github.base_ref == 'develop_pwa' && github.event_name == 'push' }}
needs: test

steps:
Expand Down

0 comments on commit 868e0ab

Please sign in to comment.