Skip to content

Commit

Permalink
Update SHiELD_parallelworks.yml for devcimultiintel
Browse files Browse the repository at this point in the history
  • Loading branch information
laurenchilutti authored Sep 14, 2023
1 parent ae43e09 commit 2b9da0e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/SHiELD_parallelworks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: [self-hosted, devcimultiintel]
name: Checkout Code
steps:
- run: /contrib/fv3/FV3CIScripts/checkout.sh $GITHUB_REF
- run: /contrib/fv3/intelFV3CIScripts/checkout.sh $GITHUB_REF

build:
runs-on: [self-hosted,devcimultiintel]
Expand All @@ -19,7 +19,7 @@ jobs:
fail-fast: true
max-parallel: 3
matrix:
runpath: [/contrib/fv3/FV3CIScripts/]
runpath: [/contrib/fv3/intelFV3CIScripts/]
runscript: [swcompile.sh, nhcompile.sh, hydrocompile.sh]
steps:
- env:
Expand All @@ -35,7 +35,7 @@ jobs:
fail-fast: false
max-parallel: 3
matrix:
runpath: [/contrib/fv3/FV3CIScripts/]
runpath: [/contrib/fv3/intelFV3CIScripts/]
runscript: [C128r20.solo.superC.sh]
steps:
- env:
Expand Down

0 comments on commit 2b9da0e

Please sign in to comment.