Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kwannoel committed Oct 16, 2023
1 parent 0cce272 commit d7c4527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ steps:
retry: *auto-retry

- label: "enable ci/skip-ci only in draft PRs"
if: build.pull_request.labels includes "ci/skip-ci" && build.pull_request.labels includes "!build.pull_request.draft"
if: build.pull_request.labels includes "ci/skip-ci" && !build.pull_request.draft
commands:
- echo "ci/skip-ci is only usable for draft Pull Requests"
- exit 1

0 comments on commit d7c4527

Please sign in to comment.