From 2ffac69817adbe08930befd9375d31658a8311a4 Mon Sep 17 00:00:00 2001 From: kokke Date: Fri, 4 Oct 2024 11:44:32 +0200 Subject: [PATCH] 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 6ff09c7..eae10b1 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: