Skip to content

Commit

Permalink
Checkout the appropriate sha (#3199)
Browse files Browse the repository at this point in the history
  • Loading branch information
kddejong committed May 1, 2024
1 parent 105f3ad commit e6d9828
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci-pr-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ jobs:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Download All Artifacts
uses: actions/download-artifact@v4
with:
Expand All @@ -28,6 +26,9 @@ jobs:
var fs = require('fs');
return Number(fs.readFileSync('./NR'));
result-encoding: string
- uses: actions/checkout@v4
with:
ref: ${{ github.event.workflow_run.head_sha }}
- name: Upload coverage report
if: '!cancelled()'
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit e6d9828

Please sign in to comment.