aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2021-01-14 20:06:54 +0000
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2021-01-14 20:06:54 +0000
commit368322fd4ee21987d52bcaf58e5b1b59341e54bf (patch)
tree6831fea78f4afedb4a765bef0d64fd990c2ac86a /.github
parenttrigger action (diff)
downloadSyncRNG-368322fd4ee21987d52bcaf58e5b1b59341e54bf.tar.gz
SyncRNG-368322fd4ee21987d52bcaf58e5b1b59341e54bf.zip
fix cron schedule
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index b0cc567..2d9fba2 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -4,7 +4,7 @@ on:
push:
pull_request:
schedule:
- - cron: 2 30 * * */7
+ - cron: 30 2 * * */7
jobs:
R-test: