Skip to content

Commit

Permalink
Merge pull request NOAA-EMC#152 from TerrenceMcGuinness-NOAA/selfhost…
Browse files Browse the repository at this point in the history
…ed-Runner

added no op to globalworkflow
  • Loading branch information
TerrenceMcGuinness-NOAA authored Jun 30, 2023
2 parents 437c7b8 + cdb8cf9 commit 4237a02
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/globalworkflow-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ name: globalworkflow-ci-orion
# This workflow is triggered by a label being added to a PR
# The label name determines the environment to deploy to
# The label name must be one of the following:
#
# - CI-Orion-Ready
# - CI-Orion-Build
# - CI-Orion-Run
Expand All @@ -26,7 +27,7 @@ jobs:
HOMEgfs: ${{ vars.HOMEGFS_ORION }}
GFS_CI_ROOT: ${{ vars.GFS_CI_ROOT_ORION }}
PR: ${{ github.event.pull_request.number }}
run: ${{ env.HOMEgfs }}/ci/scripts/clone-build_ci.sh \
-p ${{ env.PR }} \
-d ${{ env.GFS_CI_ROOT }}/PR/${{ env.PR }} \
run: ${{ env.HOMEgfs }}/ci/scripts/clone-build_ci.sh
-p ${{ env.PR }}
-d ${{ env.GFS_CI_ROOT }}/PR/${{ env.PR }}
-o ${{ env.GFS_CI_ROOT }}/PR/${{ env.PR }}/output_${{ github.run_id }}

0 comments on commit 4237a02

Please sign in to comment.