diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 55601af..aa600d5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,9 +12,7 @@ env: jobs: deploy: runs-on: ubuntu-latest - if: | - github.event.workflow_run.conclusion == 'success' && - github.event.workflow_run.event == 'push' + if: ${{ github.event.workflow_run.conclusion == 'success' && github.event.event == 'push' }} steps: - uses: actions/checkout@v4