Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
[ci] allow fail skip-if-draft job (#12604)
Browse files Browse the repository at this point in the history
  • Loading branch information
alvicsam authored Nov 2, 2022
1 parent 5683513 commit 2216f8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ skip-if-draft:
- echo "Ref is ${CI_COMMIT_REF_NAME}"
- echo "pipeline source is ${CI_PIPELINE_SOURCE}"
- ./scripts/ci/gitlab/skip_if_draft.sh
allow_failure: true

include:
# check jobs
Expand Down

0 comments on commit 2216f8c

Please sign in to comment.