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