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 6fd9953 commit fb2a783
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 == 'true' }}
env:
TEST: ${{ env.CLEANUP }}
TEST2: ${{ github.event.inputs.cleanup}}
Expand Down

0 comments on commit fb2a783

Please sign in to comment.