Skip to content

Commit 25086de

Browse files
committed
Adds workflow dispatch
1 parent 99daf8e commit 25086de

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/cd-insiders.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ name: Publish Insiders
33
on:
44
schedule:
55
- cron: '0 6 * * *' # every day at 6am
6-
repository_dispatch:
7-
types: [trigger-insiders-publish]
6+
workflow_dispatch:
87

98
jobs:
109
check:

0 commit comments

Comments
 (0)