Skip to content

Commit 3a88677

Browse files
authored
Workflow dispatch for full check (cvat-ai#92)
* add workflow_dispatch trigger * full.yml: add inputs for workflow dispatch trigger
1 parent 776a549 commit 3a88677

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/full.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
type: string
77
required: true
88
workflow_dispatch:
9+
inputs:
10+
ref:
11+
type: string
12+
required: true
913

1014
env:
1115
WORKFLOW_RUN_URL: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}

0 commit comments

Comments
 (0)