jobs/example_job/ci_workflow.yaml (12 lines of code) (raw):
job-example_job:
jobs:
- build-job-example_job
- gcp-gcr/build-and-push-image:
context: data-eng-airflow-gcr
path: jobs/example_job/
image: example_job_docker_etl
requires:
- build-job-example_job
filters:
branches:
only: main