We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb68bfc commit 2522471Copy full SHA for 2522471
.github/workflows/conditions_test.yml
@@ -16,7 +16,7 @@ jobs:
16
runs-on: ubuntu-latest
17
steps:
18
- name: test
19
- if: env.CLEANUP
+ if: env.CLEANUP !== "false"
20
env:
21
TEST: ${{ env.CLEANUP }}
22
TEST2: ${{ github.event.inputs.cleanup}}
0 commit comments