diff --git a/.github/workflows/contrib.yaml b/.github/workflows/contrib.yaml index ddd4817f1a..e0a57909a3 100644 --- a/.github/workflows/contrib.yaml +++ b/.github/workflows/contrib.yaml @@ -52,7 +52,7 @@ jobs: release-labels: runs-on: ubuntu-latest # Skip tagging for draft PRs. - if: ${{ github.event_name == 'pull_request_target' && success() && !github.event.pull_request.draft }} + if: ${{ github.event_name == 'pull_request_target' && !github.event.pull_request.draft }} steps: - name: release-labels uses: actions/github-script@v7