From 3e341bd6e1c93bd913fc7af046c2add4192455a9 Mon Sep 17 00:00:00 2001 From: Ward Fisher Date: Tue, 24 Oct 2023 11:46:21 -0600 Subject: [PATCH] Turning off cdash integration for the moment, but merging PR to include other changes/updates. --- .github/workflows/run_tests_cdash.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/workflows/run_tests_cdash.yml b/.github/workflows/run_tests_cdash.yml index 849427af6d..57053172cd 100644 --- a/.github/workflows/run_tests_cdash.yml +++ b/.github/workflows/run_tests_cdash.yml @@ -4,15 +4,8 @@ name: Run CDash Ubuntu/Linux netCDF Tests -on: - workflow_dispatch: - pull_request: - workflow_call: - secrets: - CDASH_TOKEN: - description: 'A token required to access the cdash dashboard' - required: true - +on: workflow_dispatch + jobs: