diff options
| author | MagomeYae <[email protected]> | 2021-11-24 22:15:21 +0800 |
|---|---|---|
| committer | MagomeYae <[email protected]> | 2021-11-24 22:15:38 +0800 |
| commit | 1cf005e6f0d5b0362294cd2d7afb76a2c52a1d9c (patch) | |
| tree | 076969bc872ab1f3444ac26375609553fc500699 /.github | |
| parent | ea002d0fa2a3ea0639cd72d54856eb4e04699534 (diff) | |
feat(ci): Increase check update frequency
Signed-off-by: MagomeYae <[email protected]>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/check-aur-update.yml | 2 |
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: |
