Skip to content

Commit

Permalink
Merge pull request #63 from TerrenceMcGuinness-NOAA/feature_1643_badges
Browse files Browse the repository at this point in the history
Update hera.yaml
  • Loading branch information
TerrenceMcGuinness-NOAA authored May 31, 2023
2 parents 476e496 + e1f61f6 commit e4e63a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hera.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
passed:
runs-on: ubuntu-latest
needs: get_labels
if: contains(steps.passed1.env.labels,'CI-Hera-Passed') && ${{ github.event.pull_request.merged == true }}
if: ${{ contains(inputs.labels,'CI-Hera-Passed') && github.event.pull_request.merged == true }}

steps:
- id: passed1
Expand Down

0 comments on commit e4e63a9

Please sign in to comment.