mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-06-01 17:50:53 +00:00
refactoring workflow yaml
This commit is contained in:
parent
65b1082021
commit
f96d31b78d
2
.github/workflows/sync-workflow.yml
vendored
2
.github/workflows/sync-workflow.yml
vendored
@ -1,7 +1,7 @@
|
||||
name: GitHub Sync to Upstream Repository
|
||||
on:
|
||||
schedule:
|
||||
- cron: '00 20 * * 0' # every sunday at 20 hours
|
||||
- cron: "00 20 * * 0" # every sunday at 20 hours
|
||||
workflow_dispatch: # on button click
|
||||
|
||||
jobs:
|
||||
|
Loading…
Reference in New Issue
Block a user