mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2026-09-15 00:48:00 +02:00
refactoring workflow yaml
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user