From 724374e2241996abe50d0ec34cbeca3dc483c00c Mon Sep 17 00:00:00 2001 From: Kim Andrews <17375001+kimandrews@users.noreply.github.com> Date: Tue, 20 Aug 2024 14:33:47 -0700 Subject: [PATCH] Add phylogenetic CI GH Action config.yaml --- phylogenetic/build-configs/ci/config.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 phylogenetic/build-configs/ci/config.yaml diff --git a/phylogenetic/build-configs/ci/config.yaml b/phylogenetic/build-configs/ci/config.yaml new file mode 100644 index 0000000..de89c67 --- /dev/null +++ b/phylogenetic/build-configs/ci/config.yaml @@ -0,0 +1,7 @@ +# This configuration file contains the custom configurations parameters +# for the CI workflow to run with the example data. + +# Custom rules to run as part of the CI automated workflow +# The paths should be relative to the phylogenetic directory. +custom_rules: + - build-configs/ci/copy_example_data.smk