Skip to content

Commit

Permalink
use run-tests.yml from OSS workflow (#705)
Browse files Browse the repository at this point in the history
  • Loading branch information
sayaliM0412 authored Dec 21, 2023
1 parent 7682089 commit 7e89e8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/util/workflow-helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ module.exports = ({github, context}) => {
let runs = await github.rest.actions.listWorkflowRuns({
"owner": owner,
"repo": repo,
"workflow_id": "build.yml",
"workflow_id": "run-tests.yml",
"per_page": 100,
"page": pageNumber,
});
Expand Down

0 comments on commit 7e89e8a

Please sign in to comment.