Skip to content

Commit 95fc962

Browse files
authored
ci(.github): remove success from release-labels job (#14664)
It used to depend on another job which has since been removed.
1 parent 9dc8e0f commit 95fc962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/contrib.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
release-labels:
5353
runs-on: ubuntu-latest
5454
# Skip tagging for draft PRs.
55-
if: ${{ github.event_name == 'pull_request_target' && success() && !github.event.pull_request.draft }}
55+
if: ${{ github.event_name == 'pull_request_target' && !github.event.pull_request.draft }}
5656
steps:
5757
- name: release-labels
5858
uses: actions/github-script@v7

0 commit comments

Comments
 (0)