From 1612f067031be4bfcf926681ea314f40c60abef0 Mon Sep 17 00:00:00 2001 From: Danny Farrell <16297104+danpf@users.noreply.github.com> Date: Tue, 28 Nov 2023 14:38:22 -0800 Subject: [PATCH] up mrcfile --- .github/workflows/test_and_deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index 67e2bf4..1a9ae8f 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -61,8 +61,8 @@ jobs: with: python-version: "3.12" - - name: Build, Test, and Upload dpf-mrcfile - run: python ./mono.py --mode cicd_dpf_mrcfile + # - name: Build, Test, and Upload dpf-mrcfile + # run: python ./mono.py --mode cicd_dpf_mrcfile - uses: actions/upload-artifact@v3 if: runner.os == 'Linux'