Skip to content

Commit

Permalink
Update validate_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NorthernMan54 committed Jun 20, 2024
1 parent 14891d2 commit 7c8006c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/validate_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@ jobs:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- run: echo 'The triggering workflow passed'
- run: echo '::info::The triggering workflow passed'

validate:
name: Validate Release
needs: [on-success]
runs-on: ubuntu-latest
steps:
- name: Install Homebridge
Expand Down

0 comments on commit 7c8006c

Please sign in to comment.