aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorMagomeYae <[email protected]>2021-11-24 22:15:21 +0800
committerMagomeYae <[email protected]>2021-11-24 22:15:38 +0800
commit1cf005e6f0d5b0362294cd2d7afb76a2c52a1d9c (patch)
tree076969bc872ab1f3444ac26375609553fc500699 /.github/workflows
parentea002d0fa2a3ea0639cd72d54856eb4e04699534 (diff)
feat(ci): Increase check update frequency
Signed-off-by: MagomeYae <[email protected]>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/check-aur-update.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/check-aur-update.yml b/.github/workflows/check-aur-update.yml
index 259cab5..3a5badd 100644
--- a/.github/workflows/check-aur-update.yml
+++ b/.github/workflows/check-aur-update.yml
@@ -2,7 +2,7 @@ name: Check aur updates
on:
schedule:
- - cron: '13 * * * *'
+ - cron: '19,49 * * * *'
jobs:
check-update: