Skip to content

Commit cb47e25

Browse files
authored
Merge pull request #1 from dustinswales/hotfix/ci_bugfix
Remove redundant/incorrect checkout in workflow
2 parents e248c30 + a2f9993 commit cb47e25

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/run_mpas_hrrr.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -290,11 +290,6 @@ jobs:
290290
cd ${mpas_run_ROOT}
291291
git clone --recursive --branch main https://github.com/AndersJensen-NOAA/mpas_testcase.git
292292
293-
- name: Download MPAS testing repository with runtime configurations for baselines.
294-
run: |
295-
cd ${mpas_run_ROOT}
296-
git clone --recursive --branch main https://github.com/barlage/mpas_testcase.git mpas_testcase_bl
297-
298293
- name: Download TEMPO MP tables
299294
run: |
300295
cd ${runner_ROOT} && mkdir tempo && cd tempo

0 commit comments

Comments
 (0)