diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 872d4ed..ac75bf7 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,7 +12,7 @@ on: jobs: deploy: name: Deploy - if: ${{ github.repository == 'dot013/.www-new' }} + if: ${{ github.event.workflow_run.conclusion == 'success' && github.repository == 'dot013/.www-new' }} runs-on: ubuntu-latest steps: - name: Checkout