Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
forked fromcoder/coder

Commit95fc962

Browse files
authored
ci(.github): remove success from release-labels job (coder#14664)
It used to depend on another job which has since been removed.
1 parent9dc8e0f commit95fc962

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)

[8]ページ先頭

©2009-2025 Movatter.jp