We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca6fdce commit 99747ccCopy full SHA for 99747cc
.github/workflows/sycl-linux-run-tests.yml
@@ -102,8 +102,6 @@ on:
102
required: False
103
104
outputs:
105
- run_conclusion:
106
- value: ${{ jobs.run.outputs.build_conclusion }}
107
artifact_archive_name:
108
value: ${{ jobs.run.outputs.artifact_archive_name }}
109
artifact_decompress_command:
@@ -191,8 +189,6 @@ jobs:
191
189
container:
192
190
image: ${{ inputs.image }}
193
options: ${{ inputs.image_options }}
194
- outputs:
195
- run_conclusion: ${{ steps.run.conclusion }}
196
artifact_archive_name: ${{ steps.artifact_info.outputs.ARCHIVE_NAME }}
197
artifact_decompress_command: ${{ steps.artifact_info.outputs.DECOMPRESS }}
198
env: ${{ fromJSON(inputs.env) }}
0 commit comments