From cd03ffdcdc54f8a74e3794a1bfcb5ad89a0f4b5c Mon Sep 17 00:00:00 2001 From: Peter Rindal Date: Fri, 23 Aug 2024 11:15:29 -0700 Subject: [PATCH] ci debug --- .github/workflows/build-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 632aac0..f94d458 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -14,7 +14,7 @@ on: # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: - This workflow contains a single job called "build" + #This workflow contains a single job called "build" build-ubuntu: # The type of runner that the job will run on runs-on: ubuntu-latest