diff --git a/.github/workflows/release-plz.yml b/.github/workflows/release-plz.yml index 11578d6..fcc8b3e 100644 --- a/.github/workflows/release-plz.yml +++ b/.github/workflows/release-plz.yml @@ -10,7 +10,6 @@ jobs: release-plz: name: Release-plz runs-on: ubuntu-latest - if: ${{ github.event.workflow_run.conclusion == 'success' }} steps: - name: Checkout repository uses: actions/checkout@v4