I have two pipelines that share a job template and I have them using a separate resource template. So in the job I must call the time resource with a trigger, but in the resource definition I need a way to configure one to a specific time and the other to something that does nothing. I don't want to make two separate jobs if possible.
- name: start-time
type: time
source:
interval: Never
- name: example-job
plan:
- get: start-time
trigger: true