Skip to content

Commit 304e8a3

Browse files
committed
attempt to fix daily.yml
1 parent 681929e commit 304e8a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/daily.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ jobs:
1818
release:
1919
needs: check-release
2020
uses: ./.github/workflows/release.yml
21-
if: ${{ tonumber(needs.check-release.outputs.new_commit_count) > 0 }}
21+
if: ${{ needs.check-release.outputs.new_commit_count != '0' }}

0 commit comments

Comments
 (0)