Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
GilesFearon committed Oct 3, 2024
1 parent 860ba32 commit b0e8ad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_ops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
# maybe we need a check to see if more than 1 run was actually successful?
combine_output:
needs: [envs,run_SAWS_MERCATOR,run_GFS_MERCATOR]
if: ${{ always() && ${{ github.event.inputs.do_post }} == 'true' }}
if: ${{ always() && github.event.inputs.do_post == 'true' }}
uses: ./.github/workflows/combine_output.yml # Path to your reusable workflow
with:
MODEL_TYPE: ${{ github.event.inputs.model_type }}
Expand Down

0 comments on commit b0e8ad4

Please sign in to comment.