Skip to content

Commit

Permalink
Merge pull request #70 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 0f9e5e1 + c9ef3e1 commit 31f69c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/hera.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,11 @@ jobs:
passed:
runs-on: ubuntu-latest
needs: get_labels
if: ${{ contains(inputs.labels,'CI-Hera-Passed') && github.event.pull_request.merged == true }}
if: ${{ github.event.pull_request.merged == true }}

steps:
- id: passed1
if: contains(steps.passed1.env.labels,'CI-Hera-Passed')
uses: schneegans/dynamic-badges-action@v1.6.0
with:
labels: ${{ needs.get_labels.outputs.labels }}
Expand Down

0 comments on commit 31f69c7

Please sign in to comment.