From c1b8d983e63ee37b26f43f7ec5a50f67256dda47 Mon Sep 17 00:00:00 2001 From: Mike Gerber Date: Fri, 4 Aug 2023 16:17:21 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=20GitHub=20Actions:=20Rename=20tes?= =?UTF-8?q?t=20workflow,=20also=20run=20on=20schedule?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e48f6ff..3f153bb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,9 +1,11 @@ -name: release +name: test on: push: branches: - master + schedule: + - cron: "00 16 07 * *" # = monthly jobs: test: