feat: add auto download

This commit is contained in:
JimmFly
2023-01-11 16:51:45 +08:00
parent e3469b435f
commit 9c2afb2a7b
2 changed files with 3 additions and 4 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
name: Download Languages Resources
on:
# schedule:
# - cron: "0 0 * * 5" # At 00:00(UTC) on Friday.
schedule:
- cron: '0 0 * * 5' # At 00:00(UTC) on Friday.
workflow_dispatch:
# Cancels all previous workflow runs for pull requests that have not completed.