From 949e8f97d5d8ff8f471ef5126756bd6e89161b2f Mon Sep 17 00:00:00 2001 From: Jim Edwards Date: Mon, 18 Nov 2024 10:23:52 -0700 Subject: [PATCH] remove steps in derecho.yaml --- .github/workflows/derecho.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/derecho.yaml b/.github/workflows/derecho.yaml index 30a134c12..3f8e1398b 100644 --- a/.github/workflows/derecho.yaml +++ b/.github/workflows/derecho.yaml @@ -35,7 +35,6 @@ jobs: CIME_MODEL: cesm CIME_DRIVER: nuopc needs: [setup] - steps: - - uses: ./.github/workflows/reusable.yaml - with: - compiler: ${{ matrix.compiler }} \ No newline at end of file + uses: ./.github/workflows/reusable.yaml + with: + compiler: ${{ matrix.compiler }} \ No newline at end of file