mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2026-05-24 05:58:59 +02:00
fixing cron github action
This commit is contained in:
2
.github/workflows/fork-sync.yml
vendored
2
.github/workflows/fork-sync.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user