From cc70244a181f5fd427b552eaebc49b34d9087169 Mon Sep 17 00:00:00 2001 From: Neeraj Pradhan Date: Wed, 29 Jan 2025 13:34:40 -0800 Subject: [PATCH] fix workflow name --- .github/workflows/publish_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish_release.yml b/.github/workflows/publish_release.yml index 363d779..2e79952 100644 --- a/.github/workflows/publish_release.yml +++ b/.github/workflows/publish_release.yml @@ -37,7 +37,7 @@ jobs: const runs = await github.rest.actions.listWorkflowRuns({ owner: context.repo.owner, repo: context.repo.repo, - workflow_id: 'unit_testing.yml', + workflow_id: 'unit_test.yml', status: 'completed', branch: 'main' });