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 d760913 commit 0f4b188Copy full SHA for 0f4b188
.github/workflows/build-pr.yml
@@ -196,7 +196,7 @@ jobs:
196
job_name: 🧪 Test ${{ matrix.name }}
197
overwrite_job_name: ${{ inputs.is_called_workflow || false }}
198
experiment: ${{ matrix.experiment }}
199
- artifact_name: TestWithoutHardware-${{ matrix.name }}-assets
+ artifact_name: TestWithoutHardware-${{ matrix.name }}-${{ matrix.version }}-assets
200
expensive_checks: "1"
201
instrument_tests: ${{ fromJson('["0", "1"]')[inputs.do_instrumentation] }}
202
timeout_minutes: 60
0 commit comments