Skip to content

Instantly share code, notes, and snippets.

@rverchere
Created April 4, 2022 20:49
Show Gist options
  • Save rverchere/729c16ab70c09ffe1fb9534780718c32 to your computer and use it in GitHub Desktop.
Save rverchere/729c16ab70c09ffe1fb9534780718c32 to your computer and use it in GitHub Desktop.
chart-jobs:
stage: generate
needs:
- chart-generator
trigger:
include:
- artifact: generated-pipeline.yml
job: chart-generator
strategy: depend
rules:
- if: '$CI_COMMIT_TAG =~ "/^$/"'
changes:
- charts/**/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment