Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
steam-runtime-tools
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
steamrt
steam-runtime-tools
Commits
52644352
Commit
52644352
authored
3 years ago
by
Ludovico de Nittis
Browse files
Options
Downloads
Plain Diff
Merge branch 'wip/smcv/reduce-ci-load' into 'master'
CI: Reduce CI load See merge request
!319
parents
763cd60e
9f720fb8
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!319
CI: Reduce CI load
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
debian/gitlab-ci.yml
+8
-0
8 additions, 0 deletions
debian/gitlab-ci.yml
with
8 additions
and
0 deletions
debian/gitlab-ci.yml
+
8
−
0
View file @
52644352
...
...
@@ -71,6 +71,14 @@ variables:
# Create a File variable with a private key authorized for P_V_CI_UPLOAD_USER
PRESSURE_VESSEL_CI_UPLOAD_SSH_PRIVATE_KEY_FILE
:
'
'
workflow
:
rules
:
-
if
:
'
$CI_PIPELINE_SOURCE
==
"merge_request_event"'
when
:
never
-
if
:
'
$CI_COMMIT_BRANCH
==
"master"
&&
$CI_PIPELINE_SOURCE
==
"push"'
when
:
never
-
when
:
always
stages
:
-
build
-
relocatable-install
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment