ci(.github): remove success from release-labels job (#14664)

It used to depend on another job which has since been removed.
This commit is contained in:
Mathias Fredriksson
2024-09-13 11:28:27 +03:00
committed by GitHub
parent 9dc8e0f4c5
commit 95fc962871
+1 -1
View File
@@ -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