Skip to content

Commit 6b7c495

Browse files
committed
Filter by event type workflow_dispatch
1 parent 493dbcd commit 6b7c495

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

dist/index.mjs

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/api.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ export async function fetchWorkflowRunIds(
174174
repo: config.repo,
175175
workflow_id: workflowId,
176176
created: afterStartTime,
177+
event: 'workflow_dispatch',
177178
...(useBranchFilter
178179
? {
179180
branch: branch.branchName,

0 commit comments

Comments
 (0)