Skip to content

Commit 2522471

Browse files
Update conditions_test.yml
1 parent cb68bfc commit 2522471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conditions_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: test
19-
if: env.CLEANUP
19+
if: env.CLEANUP !== "false"
2020
env:
2121
TEST: ${{ env.CLEANUP }}
2222
TEST2: ${{ github.event.inputs.cleanup}}

0 commit comments

Comments
 (0)