This website works better with JavaScript.
Home
Explore
Help
Sign In
COVID-19
/
covid19-data
mirror of
https://github.com/gmarxcc/covid-19
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
[cron][xs]: run the action on a schedule every midnight GMT.
master
anuveyatsu
4 years ago
parent
6904d1d805
commit
292d6a40bb
1 changed files
with
2 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-3
.github/workflows/actions.yml
+ 2
- 3
.github/workflows/actions.yml
View File
@ -1,7 +1,6 @@
on
:
push:
branches:
-
feature/auto-update-data
schedule:
-
cron
:
'0 0 * * *'
jobs:
deploy:
Write
Preview
Loading…
Cancel
Save