mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-20 02:52:11 +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
|
name: GitHub Sync to Upstream Repository
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '00 20 * * 0' # every sunday at 20 hours
|
- 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