From 95fc96287125eb30ae2e9c394dcdd9e37c11ff71 Mon Sep 17 00:00:00 2001 From: Mathias Fredriksson Date: Fri, 13 Sep 2024 11:28:27 +0300 Subject: [PATCH] ci(.github): remove success from release-labels job (#14664) It used to depend on another job which has since been removed. --- .github/workflows/contrib.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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