From 7b50ce41198b509157c2b90295b977e1e251b2e8 Mon Sep 17 00:00:00 2001 From: Adrien Date: Sun, 5 Mar 2023 19:05:49 +0100 Subject: [PATCH] Update push-then-deploy.yml --- .github/workflows/push-then-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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