Skip to content

Commit c2b548f

Browse files
committed
ci: run sync-workflows once a week
Signed-off-by: Ferdinand Thiessen <[email protected]>
1 parent abb386a commit c2b548f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/update-workflows.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33

44
name: Sync workflows with Nextcloud
55

6-
on: workflow_dispatch
6+
on:
7+
workflow_dispatch:
8+
schedule:
9+
- cron: "0 18 * * 0"
710

811
permissions:
912
contents: read

0 commit comments

Comments
 (0)