From 79e172a65c80d43ccabb7b7520334ae462db32ad Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Sat, 24 Feb 2024 15:32:29 +0100 Subject: [PATCH] ci: Fix failing Upload Reports job --- .github/workflows/report.yaml | 7 +++++-- .github/workflows/test.yaml | 1 + 2 files changed, 6 insertions(+), 2 deletions(-) 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/**