ci: Fix failing Upload Reports job
This commit is contained in:
committed by
Wolfgang Walther
parent
b49e3b1e5b
commit
79e172a65c
@@ -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
|
||||
|
||||
@@ -11,6 +11,7 @@ on:
|
||||
- v[0-9]+
|
||||
paths:
|
||||
- .github/workflows/test.yaml
|
||||
- .github/workflows/report.yaml
|
||||
- .github/actions/setup-nix/**
|
||||
- default.nix
|
||||
- nix/**
|
||||
|
||||
Reference in New Issue
Block a user