Skip to content

Commit d9196a5

Browse files
committed
manual dispatch + schedule
1 parent 5be5123 commit d9196a5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build-search.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ on:
44
pull_request:
55
types:
66
- closed
7+
8+
workflow_dispatch:
9+
10+
schedule:
11+
- cron: '0 4 * * *'
12+
713
env:
814
PYTHONUNBUFFERED: 1 # Force the stdout and stderr streams to be unbuffered
915

0 commit comments

Comments
 (0)