chore(e2e): Fix workflow trigger (#4013)

pull/4016/head
Michael Li 2 years ago committed by GitHub
parent 92f7d8cfb2
commit 444def7971
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -298,7 +298,7 @@ jobs:
enos scenario destroy --timeout 60m0s --chdir ./enos ${{ matrix.filter }}
- name: Get logs for aws dependencies error
# Retrieve logs from the terraform to help diagnose some aws cleanup issues
if: always() && (contains(matrix.filter, 'e2e_aws') || matrix.filter == 'e2e_database') && steps.destroy.outcome == 'failure'
if: ${{ always() && steps.destroy.outcome == 'failure' }}
continue-on-error: true
run: |
enos scenario exec --cmd graph --chdir ./enos ${{ matrix.filter }}

Loading…
Cancel
Save