Skip to content

Commit

Permalink
ci: Fix failing Upload Reports job
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangwalther committed Feb 24, 2024
1 parent bff9e95 commit 313beac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: Upload Reports

on:
workflow_run:
workflows: ["CI"]
workflows:
- CI
- Test
types:
- completed

Expand All @@ -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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
- v[0-9]+
paths:
- .github/workflows/test.yaml
- .github/workflows/report.yaml
- .github/actions/setup-nix/**
- default.nix
- nix/**
Expand Down

0 comments on commit 313beac

Please sign in to comment.