From 464a9e78c9a3d0213eb84e2927c38c1b2136a509 Mon Sep 17 00:00:00 2001 From: Jover Lee Date: Mon, 15 Jul 2024 17:22:21 -0700 Subject: [PATCH] ingest: Add CI build config The ingest workflow current runs in <1 minute so I figured it'd be nice to add as an additional check in the GH Action CI workflow. If the ingest workflow ever runs for too long, we should figure out a way to subset the ingest data. --- ingest/build-configs/ci/config.yaml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 ingest/build-configs/ci/config.yaml diff --git a/ingest/build-configs/ci/config.yaml b/ingest/build-configs/ci/config.yaml new file mode 100644 index 0000000..9a66ec7 --- /dev/null +++ b/ingest/build-configs/ci/config.yaml @@ -0,0 +1,2 @@ +# TODO: If the ingest workflow ever runs too long, we should figure out a way +# to subset the ingest data. Currently, the CI just runs the default ingest workflow.