1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-20 02:52:11 +00:00

fixing cron github action

This commit is contained in:
Luis Pérez 2020-12-17 18:01:43 -06:00
parent d1724a0d94
commit 885b0b192d

View File

@ -1,7 +1,7 @@
name: Sync Fork
on:
schedule:
- cron: '00 20 * * 7' # every 30 minutes
- cron: '00 20 * * 0' # every sunday at 20 hours
workflow_dispatch: # on button click
jobs: