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:
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