8000 Add conditional on push to coveralls task to avoid forks (#1420) · ericmicrofocus/botbuilder-python@23315ef · GitHub
[go: up one dir, main page]

Skip to content

Commit 23315ef

Browse files
author
BruceHaley
authored
Add conditional on push to coveralls task to avoid forks (microsoft#1420)
1 parent c491636 commit 23315ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pipelines/botbuilder-python-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ jobs:
9191
- script: 'COVERALLS_REPO_TOKEN=$(PythonCoverallsToken) coveralls'
9292
displayName: 'Push test results to coveralls https://coveralls.io/github/microsoft/botbuilder-python'
9393
continueOnError: true
94+
condition: and(succeeded(), eq(variables['System.PullRequest.IsFork'], 'false'))
9495

9596
- powershell: |
9697
Set-Location ..

0 commit comments

Comments
 (0)
0