diff --git a/.github/workflows/report.yaml b/.github/workflows/report.yaml index 658221a8a5..61433fa568 100644 --- a/.github/workflows/report.yaml +++ b/.github/workflows/report.yaml @@ -2,7 +2,9 @@ name: Upload Reports on: workflow_run: - workflows: ["CI"] + workflows: + - CI + - Test types: - completed @@ -17,7 +19,8 @@ jobs: - name: Download from Artifacts uses: actions/download-artifact@v4 with: - run-id: ${{github.event.workflow_run.id }} + github-token: ${{ github.token }} + run-id: ${{ github.event.workflow_run.id }} name: loadtest.md path: artifacts - name: Upload to GitHub Checks diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 547a2cba8b..ef7bdab0ba 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -11,6 +11,7 @@ on: - v[0-9]+ paths: - .github/workflows/test.yaml + - .github/workflows/report.yaml - .github/actions/setup-nix/** - default.nix - nix/**