Browse Source

ci: Do not let publish_docs job block the pipeline when it is manual

merge-requests/1461/merge
Kévin Commaille 2 years ago
parent
commit
4ad0508c2a
No known key found for this signature in database
GPG Key ID: 29A48C1F03620416
  1. 1
      .gitlab-ci/publish_docs.yml

1
.gitlab-ci/publish_docs.yml

@ -25,3 +25,4 @@ pages:
- Cargo.toml - Cargo.toml
when: always when: always
- when: manual - when: manual
allow_failure: true

Loading…
Cancel
Save