mirror of
https://github.com/YunoHost-Apps/gotosocial_ynh.git
synced 2024-09-03 19:16:06 +02:00
check update thrice a day (to limit manual triggering)
This commit is contained in:
parent
eca6db6aeb
commit
e4eeea24d0
1 changed files with 2 additions and 2 deletions
4
.github/workflows/updater.yml
vendored
4
.github/workflows/updater.yml
vendored
|
@ -6,9 +6,9 @@ name: Check for new upstream releases
|
|||
on:
|
||||
# Allow to manually trigger the workflow
|
||||
workflow_dispatch:
|
||||
# Run it every day at 6:00 UTC
|
||||
# Run it every day at 0:00, 12:00 and 18:00 UTC
|
||||
schedule:
|
||||
- cron: '0 6 * * *'
|
||||
- cron: '0 0,12,18 * * *'
|
||||
jobs:
|
||||
updater:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in a new issue