Skip to content

Commit d49bf80

Browse files
committed
Filter by event type workflow_dispatch
1 parent 1518fa6 commit d49bf80

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
@@ -176,6 +176,7 @@ export async function fetchWorkflowRunIds(
176176
repo: config.repo,
177177
workflow_id: workflowId,
178178
created: '>' + startTimeISO,
179+
event: 'workflow_dispatch',
179180
...(useBranchFilter
180181
? {
181182
branch: branch.branchName,

0 commit comments

Comments
 (0)