Skip to content

Commit

Permalink
tasks: github actions: drop python-runtime parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
chouquette committed Nov 4, 2024
1 parent b302cea commit d6aa445
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tasks/libs/ciproviders/github_actions_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ def trigger_macos_workflow(
datadog_agent_ref=DEFAULT_BRANCH,
release_version=None,
major_version=None,
python_runtimes="3",
gitlab_pipeline_id=None,
bucket_branch=None,
version_cache_file_content=None,
Expand All @@ -43,9 +42,6 @@ def trigger_macos_workflow(
if major_version is not None:
inputs["agent_major_version"] = major_version

if python_runtimes is not None:
inputs["python_runtimes"] = python_runtimes

if gitlab_pipeline_id is not None:
inputs["gitlab_pipeline_id"] = gitlab_pipeline_id

Expand Down

0 comments on commit d6aa445

Please sign in to comment.