mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-19 02:42:15 +00:00
fixing cron github action
This commit is contained in:
parent
d1724a0d94
commit
885b0b192d
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:
|
||||
|
Loading…
Reference in New Issue
Block a user