ci: allow redundant pipelines to be skipped

This commit is contained in:
Rainer Killinger
2022-09-28 11:53:14 +02:00
parent 9f8ab5c7a1
commit 2ddffe6d4f

View File

@@ -6,6 +6,7 @@ before_script:
default: default:
tags: tags:
- performance - performance
interruptible: true
stages: stages:
- setup - setup
@@ -32,6 +33,7 @@ setup:
before_script: [] # do not run irrelevant before script for this job before_script: [] # do not run irrelevant before script for this job
tags: tags:
- dind - dind
interruptible: false
build: build:
stage: build stage: build