File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -45,14 +45,14 @@ jobs:
45
45
run : |
46
46
./gradlew --no-parallel --no-daemon test-hibernate-only
47
47
- name : ' Archive junit results'
48
- if : ${{steps.changed-files.outputs.ONLY_DOCS && steps.changed-files.outputs.ONLY_DOCS == 'false'}}
48
+ if : ${{ steps.changed-files.outputs.ONLY_DOCS && steps.changed-files.outputs.ONLY_DOCS == 'false' && !cancelled() }}
49
49
uses : actions/upload-artifact@v4
50
50
with :
51
51
name : junit-report
52
52
path : ./wrapper/build/test-results
53
53
retention-days : 5
54
54
- name : ' Archive html summary report'
55
- if : ${{steps.changed-files.outputs.ONLY_DOCS && steps.changed-files.outputs.ONLY_DOCS == 'false'}}
55
+ if : ${{steps.changed-files.outputs.ONLY_DOCS && steps.changed-files.outputs.ONLY_DOCS == 'false' && !cancelled() }}
56
56
uses : actions/upload-artifact@v4
57
57
with :
58
58
name : html-summary-report
You can’t perform that action at this time.
0 commit comments