1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/glitchsoc_ynh.git synced 2024-09-03 19:15:59 +02:00

Run updater.sh on sunday

This commit is contained in:
Tagada 2022-01-30 23:21:32 +01:00 committed by GitHub
parent 7c36bf4dfa
commit 8d90dfcdc2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ on:
workflow_dispatch:
# Run it every day at 6:00 UTC
schedule:
- cron: '0 6 * * *'
- cron: '0 6 * * 0'
jobs:
updater:
runs-on: ubuntu-latest