Skip to content

Commit

Permalink
fix workflow name
Browse files Browse the repository at this point in the history
  • Loading branch information
neerajprad committed Jan 29, 2025
1 parent 0977134 commit cc70244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
});
Expand Down

0 comments on commit cc70244

Please sign in to comment.