Skip to content

Commit

Permalink
Restrict codecov coverage report upload from QMCPACK org
Browse files Browse the repository at this point in the history
  • Loading branch information
williamfgc committed Apr 22, 2021
1 parent 683aece commit bf2ade0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-github-actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
run: tests/test_automation/github-actions/ci/run_step.sh coverage

- name: Upload Coverage
if: contains(matrix.jobname, 'coverage')
if: contains(matrix.jobname, 'coverage') && github.repository_owner == 'QMCPACK'
uses: codecov/codecov-action@v1
with:
file: ../qmcpack-build/coverage.xml
Expand Down

0 comments on commit bf2ade0

Please sign in to comment.