Skip to content

Commit 99747cc

Browse files
committed
Remove build_conclusion output on run-tests
1 parent ca6fdce commit 99747cc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/sycl-linux-run-tests.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,6 @@ on:
102102
required: False
103103

104104
outputs:
105-
run_conclusion:
106-
value: ${{ jobs.run.outputs.build_conclusion }}
107105
artifact_archive_name:
108106
value: ${{ jobs.run.outputs.artifact_archive_name }}
109107
artifact_decompress_command:
@@ -191,8 +189,6 @@ jobs:
191189
container:
192190
image: ${{ inputs.image }}
193191
options: ${{ inputs.image_options }}
194-
outputs:
195-
run_conclusion: ${{ steps.run.conclusion }}
196192
artifact_archive_name: ${{ steps.artifact_info.outputs.ARCHIVE_NAME }}
197193
artifact_decompress_command: ${{ steps.artifact_info.outputs.DECOMPRESS }}
198194
env: ${{ fromJSON(inputs.env) }}

0 commit comments

Comments
 (0)