From dca32a606832a5ddba04e1adaa4e93a89916708f Mon Sep 17 00:00:00 2001 From: Danny McCormick Date: Tue, 20 Jan 2026 12:37:45 -0500 Subject: [PATCH] Fix typo in workflow name for updating dependencies --- .github/workflows/update_python_dependencies.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update_python_dependencies.yml b/.github/workflows/update_python_dependencies.yml index b33f2311eba1..2336f9e27cd2 100644 --- a/.github/workflows/update_python_dependencies.yml +++ b/.github/workflows/update_python_dependencies.yml @@ -18,7 +18,7 @@ # This workflow will update python dependencies as part of the release process # And commit the changes into the branch release, creating a PR into the branch -name: Update Python Depedencies +name: Update Python Dependencies on: schedule: