1
0
Fork 0
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:
OniriCorpe 2023-11-08 20:32:26 +01:00
parent eca6db6aeb
commit e4eeea24d0

View file

@ -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