From f05077b085393dbc607c01b8daff1b3a8b2dbf0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Gmach?= Date: Sun, 24 Jan 2021 16:25:17 +0100 Subject: [PATCH] run gh actions every Sunday --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3ca327d..63287d9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -5,6 +5,8 @@ on: # Triggers the workflow on push or pull request events push: pull_request: + schedule: + - cron: '0 12 * * 0' # run once a week on Sunday # Allows you to run this workflow manually from the Actions tab workflow_dispatch: