Skip to content

Commit

Permalink
Always run post mortem to debug false positive
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
  • Loading branch information
dfarrell07 committed Mar 3, 2021
1 parent e9ac01e commit d190aeb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@ jobs:
globalnet: ${{ matrix.globalnet }}

- name: Post mortem
if: failure()
# DEBUG Always running post mortem to debug false positve
#if: failure()
uses: submariner-io/shipyard/gh-actions/post-mortem@devel

0 comments on commit d190aeb

Please sign in to comment.