diff --git a/.github/workflows/push-then-deploy.yml b/.github/workflows/push-then-deploy.yml index 1ef68ec1..48e13137 100644 --- a/.github/workflows/push-then-deploy.yml +++ b/.github/workflows/push-then-deploy.yml @@ -9,7 +9,7 @@ on: jobs: deploy: - if: ${{ github.event.workflow_run.conclusion == 'success' }} + # if: ${{ github.event.workflow_run.conclusion == 'success' }} runs-on: "ubuntu-latest" steps: - uses: actions/checkout@v2