Skip to content

Commit

Permalink
Update conditions_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ruvceskistefan authored Mar 11, 2024
1 parent 86760fe commit 5c4388e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conditions_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: test
if: ${{ env.CLEANUP != "false" }}
if: ${{ env.CLEANUP != false }}
env:
TEST: ${{ env.CLEANUP }}
TEST2: ${{ github.event.inputs.cleanup}}
Expand Down

0 comments on commit 5c4388e

Please sign in to comment.