Skip to content

Commit

Permalink
attempt to fix daily.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-tennert committed Jan 24, 2025
1 parent 681929e commit 304e8a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
release:
needs: check-release
uses: ./.github/workflows/release.yml
if: ${{ tonumber(needs.check-release.outputs.new_commit_count) > 0 }}
if: ${{ needs.check-release.outputs.new_commit_count != '0' }}

0 comments on commit 304e8a3

Please sign in to comment.