Skip to content

Commit

Permalink
c3 report
Browse files Browse the repository at this point in the history
  • Loading branch information
Rd4dev authored Aug 16, 2024
1 parent deb6810 commit e44c68d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/code_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: Code Coverage

on:
workflow_run:
workflows: ["C3_workflow"]
workflows: ["C3"]
types:
- completed

Expand Down Expand Up @@ -358,8 +358,8 @@ jobs:
- name: Download report artifact
uses: actions/download-artifact@v4
with:
name: my-report
github-token: ${{ secrets.GH_PAT }}
name: report
github-token: ${{ github.token }}
run-id: ${{ github.event.workflow_run.id }}

- name: Display artifact content
Expand Down

0 comments on commit e44c68d

Please sign in to comment.