From ea3f6b09ff489862f66bef7721a330ea4f91fa72 Mon Sep 17 00:00:00 2001 From: Chris Jaehnen Date: Thu, 19 Mar 2026 17:37:58 -0400 Subject: [PATCH 1/2] Fix update-actions workflow name --- .github/workflows/update-actions.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-actions.yml b/.github/workflows/update-actions.yml index 260d8ac..479c043 100644 --- a/.github/workflows/update-actions.yml +++ b/.github/workflows/update-actions.yml @@ -1,4 +1,4 @@ -name: local-update-actions +name: update-actions on: workflow_dispatch: @@ -7,7 +7,7 @@ on: - cron: '0 0 * * 0' jobs: - local-update-actions: + update-actions: uses: opengood-ai/central-workflows/.github/workflows/workflow-update-actions.yml@main with: git-email: ${{ vars.GIT_EMAIL }} From ac1e33f5edb9d98f65ebfced18fa5e95d462ace3 Mon Sep 17 00:00:00 2001 From: Chris Jaehnen Date: Thu, 19 Mar 2026 17:40:49 -0400 Subject: [PATCH 2/2] Trigger build --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a563088..0a1c15f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,4 +53,3 @@ norecursedirs = [".git", ".tox", ".venv"] filterwarnings = "ignore::DeprecationWarning" log_cli = true log_cli_level = "INFO" -