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:
|
on:
|
||||||
workflow_run:
|
workflow_run:
|
||||||
workflows: ["CI"]
|
workflows:
|
||||||
|
- CI
|
||||||
|
- Test
|
||||||
types:
|
types:
|
||||||
- completed
|
- completed
|
||||||
|
|
||||||
@@ -17,7 +19,8 @@ jobs:
|
|||||||
- name: Download from Artifacts
|
- name: Download from Artifacts
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
run-id: ${{github.event.workflow_run.id }}
|
github-token: ${{ github.token }}
|
||||||
|
run-id: ${{ github.event.workflow_run.id }}
|
||||||
name: loadtest.md
|
name: loadtest.md
|
||||||
path: artifacts
|
path: artifacts
|
||||||
- name: Upload to GitHub Checks
|
- name: Upload to GitHub Checks
|
||||||
|
|||||||
@@ -11,6 +11,7 @@ on:
|
|||||||
- v[0-9]+
|
- v[0-9]+
|
||||||
paths:
|
paths:
|
||||||
- .github/workflows/test.yaml
|
- .github/workflows/test.yaml
|
||||||
|
- .github/workflows/report.yaml
|
||||||
- .github/actions/setup-nix/**
|
- .github/actions/setup-nix/**
|
||||||
- default.nix
|
- default.nix
|
||||||
- nix/**
|
- nix/**
|
||||||
|
|||||||
Reference in New Issue
Block a user