From 97456f4a7a41b457d9dba02afaed4c7e4b0a78c3 Mon Sep 17 00:00:00 2001 From: Amit Kumar Date: Fri, 8 Sep 2023 14:05:35 +0530 Subject: [PATCH] remove reference to .cirun.yml template --- conda_smithy/configure_feedstock.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/conda_smithy/configure_feedstock.py b/conda_smithy/configure_feedstock.py index 0a1f44769..5100a9b7d 100644 --- a/conda_smithy/configure_feedstock.py +++ b/conda_smithy/configure_feedstock.py @@ -1271,12 +1271,6 @@ def _github_actions_specific_setup( if forge_config["github_actions"]["store_build_artifacts"]: template_files.append(".scripts/create_conda_build_artifacts.sh") - if forge_config["github_actions"]["self_hosted"]: - for label in forge_config["github_actions"]["self_hosted_labels"]: - if label.startswith("cirun-"): - template_files.append(".cirun.yml") - break - _render_template_exe_files( forge_config=forge_config, jinja_env=jinja_env,