Return config cron

This commit is contained in:
Yozhef
2021-12-13 15:05:35 +02:00
committed by GitHub
parent 9b8f75e4f3
commit c09b32c2c3

View File

@@ -4,6 +4,9 @@ on:
push: push:
pull_request: pull_request:
types: [opened, synchronize, edited, reopened] types: [opened, synchronize, edited, reopened]
schedule:
-
cron: "0 1 * * 6" # Run at 1am every Saturday
jobs: jobs:
test: test: