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:
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
|
name: Sync Fork
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '00 20 * * 7' # every 30 minutes
|
- cron: '00 20 * * 0' # every sunday at 20 hours
|
||||||
workflow_dispatch: # on button click
|
workflow_dispatch: # on button click
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
Loading…
Reference in New Issue
Block a user