Skip to content
Snippets Groups Projects
Commit 0022ee34 authored by Sören Henning's avatar Sören Henning
Browse files

Add pipeline execution for tags and manual

parent 0f2c8786
No related branches found
No related tags found
No related merge requests found
stages: stages:
- triggers - triggers
trigger_benchmarks: benchmarks:
stage: triggers stage: triggers
trigger: trigger:
include: benchmarks/.gitlab-ci.yml include: benchmarks/.gitlab-ci.yml
rules: rules:
- if: "$CI_COMMIT_TAG"
when: always
- changes: - changes:
- benchmarks/* - benchmarks/*
when: always
- when: manual
allow_failure: true
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment