1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/snweb_ynh.git synced 2024-09-03 20:26:22 +02:00

Update: run ci-auto-update weekly

This commit is contained in:
Fabian Wilkens 2022-07-11 20:58:56 +02:00
parent 56c793e634
commit dfd4082195
No known key found for this signature in database
GPG key ID: 23DFA025BB4E9FAB

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 monday at 6:00 UTC
schedule:
- cron: '0 6 * * *'
- cron: '0 6 * * 1'
jobs:
updater:
runs-on: ubuntu-latest