diff --git a/.github/workflows/test-report.yaml b/.github/workflows/test-report.yaml index c9d8b14f..76e57a1c 100644 --- a/.github/workflows/test-report.yaml +++ b/.github/workflows/test-report.yaml @@ -27,8 +27,9 @@ jobs: # Would be easy to add to the [downloadArtifact method](https://github.com/actions/toolkit/blob/main/packages/artifact/src/internal/artifact-client.ts#L132) and thus expose to the action. # But I'm not motifcated enough to push that through right now. # name: /test-results_(.*)/ + commit: ${{ github.workflow_run.head_sha }} workflow_conclusion: completed - workflow: ci.yml + workflow: ci.yaml - name: Install NUnit run: |