From 29dfd6964dfefa32b20d85105e34d4e6880f1c18 Mon Sep 17 00:00:00 2001 From: "Felt, Nicholas" Date: Tue, 3 Sep 2024 14:41:00 -0700 Subject: [PATCH] ci: Update workflow name --- ...e-commit-dependencies.yml => update-python-dependencies.yml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{update-python-and-pre-commit-dependencies.yml => update-python-dependencies.yml} (97%) diff --git a/.github/workflows/update-python-and-pre-commit-dependencies.yml b/.github/workflows/update-python-dependencies.yml similarity index 97% rename from .github/workflows/update-python-and-pre-commit-dependencies.yml rename to .github/workflows/update-python-dependencies.yml index 5af03256..b77beb78 100644 --- a/.github/workflows/update-python-and-pre-commit-dependencies.yml +++ b/.github/workflows/update-python-dependencies.yml @@ -1,5 +1,5 @@ --- -name: Update python linting dependencies in-sync with pre-commit +name: Update python dependencies on: merge_group: pull_request: