Skip to content

Commit 9f2f3fe

Browse files
authored
Update digger_workflow.yml
1 parent 1d52f77 commit 9f2f3fe

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/digger_workflow.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ on:
66
types: [ opened, synchronize ]
77
issue_comment:
88
types: [created]
9+
workflow_dispatch:
10+
inputs:
11+
run_name:
12+
required: false
13+
spec:
14+
description: 'spec input for digger'
15+
required: true
916

1017
jobs:
1118
plan:

0 commit comments

Comments
 (0)