We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c06b41 commit f1edfa3Copy full SHA for f1edfa3
.github/workflows/prepare_test_data.yaml
@@ -1,6 +1,8 @@
1
name: Prepare test data
2
3
on:
4
+ schedule:
5
+ - cron: "0 0 1 * *" # run once a month to prevent artifact expiration
6
workflow_dispatch:
7
# uncomment and adjust the branch name if you need to add new datasets to the artifact
8
# push:
0 commit comments