more days
All checks were successful
Build and push / Pulling repo on server (push) Successful in 11s

This commit is contained in:
Christian Haschek 2023-12-22 21:41:21 +01:00
parent 8de033b58b
commit a22dbd7eaf

View File

@ -1,6 +1,6 @@
on:
schedule:
- cron: '1 1 * * *' # every day at 1:01am
- cron: '0 3 * * 0,1,6' # at 1:01am on Friday, Saturday and Sunday
# on: [push]