From 23856752fbd139da0b8ca6e471a13d5bcc99a08d Mon Sep 17 00:00:00 2001 From: kokke Date: Fri, 4 Oct 2024 11:45:23 +0200 Subject: Run CI nightly --- .github/workflows/c-cpp.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index e92bfbc..4c36c6b 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -5,6 +5,9 @@ on: branches: [ master ] pull_request: branches: [ master ] + schedule: + # Run CI nightly (midnight) + - cron: "0 0 * * *" # Allows you to run this workflow manually from the Actions tab workflow_dispatch: -- cgit v1.2.3