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 8c06b06 commit c7af437Copy full SHA for c7af437
.github/workflows/module_acceptance.yml
@@ -166,7 +166,7 @@ jobs:
166
bundle exec rake 'litmus:acceptance:parallel'
167
168
- name: "Remove test environment"
169
- if: ${{ always() && (inputs.keep_test_env != 'true') }}
+ if: ${{ always() && (inputs.keep_test_env != true) }}
170
continue-on-error: true
171
run: |
172
if [[ -f spec/fixtures/litmus_inventory.yaml ]]; then
0 commit comments