Skip to content

Commit 6569047

Browse files
committed
Rerun jobs every sunday night. Allow manual triggering.
1 parent 4a6e842 commit 6569047

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/post-checkin.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ on:
1010
- Query_QLever.ultra
1111
- Query_US.ultra
1212
- Style.ultra
13+
schedule:
14+
- cron: '0 0 * * 0' # Triggers every Sunday at midnight (UTC)
15+
workflow_dispatch: # Allows manual triggering
1316

1417
jobs:
1518
generate-styles-and-newmascots:

0 commit comments

Comments
 (0)