Skip to content

Commit a6900d1

Browse files
authored
Merge pull request #35 from PathwayCommons/cron-misc
Cron schedule comments, name
2 parents 5a259cb + ba58fcf commit a6900d1

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/cron.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
name: Data release cron job
22
on:
33
schedule:
4-
# * is a special character in YAML so you have to quote this string
5-
# (every day at 1am)
4+
# POSIX syntax: Minute [0,59] Hour [0,23] Day [1,31] Month [1,12] Day of week [0 (Sunday),6]
65
- cron: '0 1 * * *'
76

87
permissions:
@@ -21,5 +20,5 @@ jobs:
2120
- name: Install dependencies
2221
run: npm install
2322

24-
- name: Run tweet script
23+
- name: Run data script
2524
run: npm run data

0 commit comments

Comments
 (0)