From f0d164467f818ad5bd679fd6d99927eb1394c242 Mon Sep 17 00:00:00 2001 From: dhower-qc <134728312+dhower-qc@users.noreply.github.com> Date: Sun, 14 Jul 2024 20:01:26 -0400 Subject: [PATCH] Update regress.yml Use action checkout in regress Signed-off-by: dhower-qc <134728312+dhower-qc@users.noreply.github.com> --- .github/workflows/regress.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/regress.yml b/.github/workflows/regress.yml index 5aa05381e..b0d4c26b6 100644 --- a/.github/workflows/regress.yml +++ b/.github/workflows/regress.yml @@ -9,10 +9,6 @@ jobs: runs-on: ubuntu-latest steps: - name: Clone Github Repo Action - uses: GuillaumeFalourd/clone-github-repo-action@v2.3 - with: - depth: 1 - branch: 'main' - name: Setup apptainer uses: eWaterCycle/setup-apptainer@v2.0.0 - name: Setup project