ci: Fix failing Upload Reports job

This commit is contained in:
Wolfgang Walther
2024-02-24 17:27:01 +01:00
committed by Wolfgang Walther
parent b49e3b1e5b
commit 79e172a65c
2 changed files with 6 additions and 2 deletions
+5 -2
View File
@@ -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
+1
View File
@@ -11,6 +11,7 @@ on:
- v[0-9]+
paths:
- .github/workflows/test.yaml
- .github/workflows/report.yaml
- .github/actions/setup-nix/**
- default.nix
- nix/**