Skip to content

Commit

Permalink
remove reference to .cirun.yml template
Browse files Browse the repository at this point in the history
  • Loading branch information
aktech committed Sep 8, 2023
1 parent 357e594 commit 97456f4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions conda_smithy/configure_feedstock.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 97456f4

Please sign in to comment.