diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 98cf94c..4480d2c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -17,6 +17,8 @@ jobs: runs-on: ubuntu-latest + if: ${{ github.event.workflow_run.conclusion == 'success' }} + steps: - uses: actions/checkout@v4