Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Teams
Engagement
Websites
GNOME HIG CSS Library
Commits
0b79bfc8
Commit
0b79bfc8
authored
Apr 28, 2021
by
Claudio W
📖
Browse files
fix(ci): made manual jobs optional
parent
daa8ff29
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
0b79bfc8
...
...
@@ -45,6 +45,7 @@ install:node:
when
:
always
-
if
:
'
$CI_COMMIT_BRANCH
==
"main"'
when
:
manual
allow_failure
:
true
install:jekyll:
stage
:
install
...
...
@@ -63,6 +64,7 @@ install:jekyll:
when
:
always
-
if
:
'
$CI_COMMIT_BRANCH
==
"main"'
when
:
manual
allow_failure
:
true
build:library:
stage
:
build:library
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment