From 78e5b931e413ee383a9f1dd1c183994d937b2596 Mon Sep 17 00:00:00 2001 From: bryan-garcia Date: Wed, 13 Dec 2023 15:34:22 -0800 Subject: [PATCH] Update workflow to run nightly --- .github/workflows/ingrid_ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ingrid_ci.yml b/.github/workflows/ingrid_ci.yml index 0a12948..36e5119 100644 --- a/.github/workflows/ingrid_ci.yml +++ b/.github/workflows/ingrid_ci.yml @@ -8,6 +8,8 @@ on: branches: [ "master" ] pull_request: branches: [ "master" ] + schedule: + - cron: '0 0 * * *' # Runs every night at midnight UTC jobs: test-ubuntu-latest: