mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-03 12:02:53 +00:00
ci: allow redundant pipelines to be skipped
This commit is contained in:
@@ -6,6 +6,7 @@ before_script:
|
||||
default:
|
||||
tags:
|
||||
- performance
|
||||
interruptible: true
|
||||
|
||||
stages:
|
||||
- setup
|
||||
@@ -32,6 +33,7 @@ setup:
|
||||
before_script: [] # do not run irrelevant before script for this job
|
||||
tags:
|
||||
- dind
|
||||
interruptible: false
|
||||
|
||||
build:
|
||||
stage: build
|
||||
|
||||
Reference in New Issue
Block a user