Skip to content

Commit

Permalink
fix parse
Browse files Browse the repository at this point in the history
  • Loading branch information
kwannoel committed Oct 16, 2023
1 parent 4060a9a commit d1034d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ci/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -527,6 +527,6 @@ steps:

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

0 comments on commit d1034d1

Please sign in to comment.