1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-05-24 05:58:59 +02:00

refactoring workflow yaml

This commit is contained in:
Luis Pérez
2020-12-17 20:55:48 -06:00
parent 65b1082021
commit f96d31b78d

View File

@@ -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: