Skip to content

Commit f1edfa3

Browse files
committed
run prepare_test_data on a schedule
1 parent 6c06b41 commit f1edfa3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/prepare_test_data.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Prepare test data
22

33
on:
4+
schedule:
5+
- cron: "0 0 1 * *" # run once a month to prevent artifact expiration
46
workflow_dispatch:
57
# uncomment and adjust the branch name if you need to add new datasets to the artifact
68
# push:

0 commit comments

Comments
 (0)