From e4c3f30081ae4c21405921e5301ed6272349434e Mon Sep 17 00:00:00 2001 From: Stephanie Brink Date: Fri, 27 Sep 2024 21:10:47 -0700 Subject: [PATCH] CI only test caliper --- .github/workflows/github-actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 2e73e5eb..b6440329 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-20.04 strategy: matrix: - config: [boilerplate, release, debug_cuda_only, debug_mpi_only, debug_threads_only, boilerplate_caliper] + config: [boilerplate_caliper] include: - config: boilerplate