From c50598b8a0cd3f6463eadc052aa0b198eea631ec Mon Sep 17 00:00:00 2001 From: Michael Starke Date: Mon, 1 Feb 2021 20:27:14 +0100 Subject: [PATCH] Changed to run only once at 23:00 --- .github/workflows/nightly.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 92bbaf8a..55494522 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -1,10 +1,12 @@ name: Nightly on: - push: - branches: [ master ] - pull_request: - branches: [ master ] + #push: + # branches: [ master ] + #pull_request: + # branches: [ master ] + schedule: + - cron: '0 23 * * *' workflow_dispatch: