Skip to content

Commit 62a7261

Browse files
committed
fix
1 parent 6b5b82d commit 62a7261

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/Steeltoe.All.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,12 @@ jobs:
108108
# run: dotnet test ${{ env.SOLUTION_FILE }} --filter "Category=MemoryDumps" --framework net9.0 ${{ env.COMMON_TEST_ARGS }}
109109

110110
- name: List dumps
111+
if: ${{ !cancelled() }}
111112
shell: bash
112113
run: find . -name "*.dmp"
113114

114115
- name: List sequence files
116+
if: ${{ !cancelled() }}
115117
shell: bash
116118
run: find . -name "*_Sequence.xml"
117119

0 commit comments

Comments
 (0)