Skip to content

Commit

Permalink
use main queue
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Nov 19, 2024
1 parent a5cbc57 commit 8c1d902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 8c1d902

Please sign in to comment.