Skip to content

Commit

Permalink
🔧 use mail
Browse files Browse the repository at this point in the history
  • Loading branch information
fennecdjay committed Feb 18, 2020
1 parent 728a401 commit 4178b60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Expand Up @@ -46,7 +46,7 @@ jobs:
rm -f gwion-coverage-report/*.html
- name: Generate Report
if: github.event_name == 'push'
# if: github.event_name == 'push'
run: |
printf '# Gwion coverage\n```\n' > gwion-coverage-report/README.md
gcovr -s --filter '.*\.c$' src >> gwion-coverage-report/README.md
Expand All @@ -66,7 +66,7 @@ jobs:
done
- name: Push Report
if: github.event_name == 'push' && github.event.ref = 'refs/head/master'
# if: github.event_name == 'push' && github.event.ref = 'refs/head/master'
run: |
cd gwion-coverage-report
git config --local user.email "action@github.com"
Expand Down

0 comments on commit 4178b60

Please sign in to comment.