Skip to content

Commit 921fad0

Browse files
author
Jackson Kearl
committed
Add workflow dispatch option to scraper
1 parent 2941c62 commit 921fad0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deep-classifier-scraper.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: "Deep Classifier: Scraper"
22
on:
33
schedule:
44
- cron: 0 0 15 * * # 15th of the month
5+
workflow_dispatch:
56
repository_dispatch:
67
types: [trigger-deep-classifier-scraper]
78

0 commit comments

Comments
 (0)