Skip to content

Commit f2794a0

Browse files
authored
Merge branch 'main' into release-2026-04-22-00-28-33
2 parents 07628d1 + 830c2e9 commit f2794a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ jobs:
216216
217217
- id: build
218218
name: Run build task (if present)
219-
if: github.event.inputs.build
219+
if: github.event.inputs.build == 'true'
220220
run: |
221221
if [ -f "deno.json" ] && jq -e '.tasks.build' deno.json > /dev/null 2>&1; then
222222
deno task build

0 commit comments

Comments
 (0)