From 5076e4ada40e35b230662e00815ff01a6d2ce672 Mon Sep 17 00:00:00 2001 From: Colin Davidson Date: Wed, 8 Jan 2025 15:13:37 +0000 Subject: [PATCH] TBD : REMOVE Enable planned testing for PR --- .github/workflows/codeql.yml | 28 ++++++++++---------- .github/workflows/planned_testing_caller.yml | 12 ++++----- .github/workflows/run_pr_tests_caller.yml | 26 +++++++++--------- 3 files changed, 33 insertions(+), 33 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 969248aa1..628fb14ac 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -4,20 +4,20 @@ on: push: branches: - main - pull_request: - branches: - - main - paths: - - 'source/**' - - 'clik/**' - - 'modules/**' - - 'examples/**' - - 'cmake/**' - - 'hal/**' - - '.github/actions/do_build_ock/**' - - '.github/actions/setup_build/**' - - '.github/workflows/codeql.yml' - - 'CMakeLists.txt' + # pull_request: + # branches: + # - main + # paths: + # - 'source/**' + # - 'clik/**' + # - 'modules/**' + # - 'examples/**' + # - 'cmake/**' + # - 'hal/**' + # - '.github/actions/do_build_ock/**' + # - '.github/actions/setup_build/**' + # - '.github/workflows/codeql.yml' + # - 'CMakeLists.txt' schedule: - cron: '19 9 * * 3' diff --git a/.github/workflows/planned_testing_caller.yml b/.github/workflows/planned_testing_caller.yml index 5e6c24b71..4f2f9fe5c 100644 --- a/.github/workflows/planned_testing_caller.yml +++ b/.github/workflows/planned_testing_caller.yml @@ -2,12 +2,12 @@ name: Run planned testing on: # Note: use pull_request: for localized testing only - #pull_request: - # paths: - # - '.github/workflows/planned_testing.yml' - # - '.github/workflows/planned_testing_caller.yml' - # branches: - # - main + pull_request: + paths: + - '.github/workflows/planned_testing.yml' + - '.github/workflows/planned_testing_caller.yml' + branches: + - main schedule: # Run Mon-Fri at 7pm - cron: '00 19 * * 1-5' diff --git a/.github/workflows/run_pr_tests_caller.yml b/.github/workflows/run_pr_tests_caller.yml index 3df7768d1..318fbc162 100644 --- a/.github/workflows/run_pr_tests_caller.yml +++ b/.github/workflows/run_pr_tests_caller.yml @@ -1,19 +1,19 @@ # Calling workflow for running PR style tests name: Run ock tests for PR style testing on: - pull_request: - paths: - - 'source/**' - - 'clik/**' - - 'modules/**' - - 'examples/**' - - 'cmake/**' - - 'hal/**' - - '.github/actions/do_build_ock/**' - - '.github/actions/setup_build/**' - - '.github/workflows/run_pr_tests.yml' - - '.github/workflows/run_pr_tests_caller.yml' - - 'CMakeLists.txt' + # pull_request: + # paths: + # - 'source/**' + # - 'clik/**' + # - 'modules/**' + # - 'examples/**' + # - 'cmake/**' + # - 'hal/**' + # - '.github/actions/do_build_ock/**' + # - '.github/actions/setup_build/**' + # - '.github/workflows/run_pr_tests.yml' + # - '.github/workflows/run_pr_tests_caller.yml' + # - 'CMakeLists.txt' schedule: # Run Mon-Fri at 7pm - cron: '00 19 * * 1-5'