From c6d480ead31d1a111a1e0fb2f45873263ff74d13 Mon Sep 17 00:00:00 2001 From: wusatosi <26424577+wusatosi@users.noreply.github.com> Date: Tue, 24 Sep 2024 10:53:29 -0400 Subject: [PATCH 1/2] Update ci_tests.yml --- .github/workflows/ci_tests.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index 1642c0a..d364be0 100644 --- a/.github/workflows/ci_tests.yml +++ b/.github/workflows/ci_tests.yml @@ -4,22 +4,7 @@ name: Continuous Integration Tests on: push: - branches: [ main ] - paths: - - ".ci/**" - - ".github/workflow/**" - - "src/**" - - "test/**" - - "CMakeLists.txt" pull_request: - branches: [ main ] - paths: - - ".ci/**" - - ".github/workflow/**" - - "src/**" - - "test/**" - - "CMakeLists.txt" - # Allows you to run this workflow manually from the Actions tab workflow_dispatch: From a7ee0b0cca0145adf44f21b5bda714efe8925c64 Mon Sep 17 00:00:00 2001 From: wusatosi <26424577+wusatosi@users.noreply.github.com> Date: Tue, 24 Sep 2024 11:07:05 -0400 Subject: [PATCH 2/2] Introduce Periodic Tests --- .github/workflows/ci_tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index d364be0..e1b3a80 100644 --- a/.github/workflows/ci_tests.yml +++ b/.github/workflows/ci_tests.yml @@ -7,6 +7,8 @@ on: pull_request: # Allows you to run this workflow manually from the Actions tab workflow_dispatch: + schedule: + - cron: '30 15 * * *' jobs: test: