Skip to content

Commit

Permalink
fix for release-check action
Browse files Browse the repository at this point in the history
  • Loading branch information
ansibleguy committed Aug 13, 2023
1 parent 04ea5e1 commit faf8c4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check_new_releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
release:
name: Creating missing releases
needs: [check]
if: "${{ needs.check.outputs.releases != '[]' }}"
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit faf8c4d

Please sign in to comment.