Skip to content

Commit

Permalink
Try to run workflow on pull request.
Browse files Browse the repository at this point in the history
Codecov has to be skipped because the secret isn't available.

codecov.io understands that this is an issue which needs a better
resolution: codecov/codecov-action#44
  • Loading branch information
DentonGentry committed Feb 27, 2020
1 parent 88b7292 commit bda2c01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/drawdown.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Drawdown Solutions Python application

on: [push]
on: [push, pull_request]

jobs:
build:
Expand All @@ -27,3 +27,4 @@ jobs:
with:
token: ${{secrets.CODECOV_TOKEN}}
file: ./coverage.xml
if: secrets.CODECOV_TOKEN != ''

0 comments on commit bda2c01

Please sign in to comment.