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
daa8ff29
Commit
daa8ff29
authored
Apr 28, 2021
by
Claudio W
📖
Browse files
fix(ci): allow install jobs to be manually executed
parent
c3e06e81
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
daa8ff29
...
...
@@ -43,6 +43,8 @@ install:node:
when
:
always
-
if
:
'
$CI_PIPELINE_SOURCE
==
"merge_request_event"'
when
:
always
-
if
:
'
$CI_COMMIT_BRANCH
==
"main"'
when
:
manual
install:jekyll:
stage
:
install
...
...
@@ -59,6 +61,8 @@ install:jekyll:
when
:
always
-
if
:
'
$CI_PIPELINE_SOURCE
==
"merge_request_event"'
when
:
always
-
if
:
'
$CI_COMMIT_BRANCH
==
"main"'
when
:
manual
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