From 8c1d902cb34e5537c6a6b7ed4d1c64315e545912 Mon Sep 17 00:00:00 2001 From: Jim Edwards Date: Tue, 19 Nov 2024 11:59:44 -0700 Subject: [PATCH] use main queue --- .github/workflows/reusable.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable.yaml b/.github/workflows/reusable.yaml index b5edf7c47..16b9323dd 100644 --- a/.github/workflows/reusable.yaml +++ b/.github/workflows/reusable.yaml @@ -23,7 +23,7 @@ jobs: pwd cd cime/scripts module load cmake - qcmd -v PROJECT=P93300606 -A P93300606 -l walltime=02:00:00 -- ./create_test --xml-machine derecho\ + qcmd -q main -v PROJECT=P93300606 -A P93300606 -l walltime=02:00:00 -- ./create_test --xml-machine derecho\ --xml-category github --no-run --compiler ${{ inputs.compiler }} --test-id $GITHUB_RUN_ID - name: check status run: |