Skip to content

Commit 9c1b8e5

Browse files
committed
ci: fix manylinux-cache clean-up
1 parent 9d037c1 commit 9c1b8e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/clean-cache.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
with:
2828
package: manylinux-cache
2929
delete-untagged: true
30-
dry-run: (github.event_name == 'workflow_dispatch') && fromJSON(github.event.inputs.dry-run)
30+
dry-run: ${{ (github.event_name == 'workflow_dispatch') && fromJSON(github.event.inputs.dry-run) }}

0 commit comments

Comments
 (0)