mirror of
https://github.com/coder/coder.git
synced 2026-09-22 05:05:20 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user