Skip to content

Commit

Permalink
Send TAP result to flaky service only on master (iterative#4888)
Browse files Browse the repository at this point in the history
  • Loading branch information
skshetry authored Nov 12, 2020
1 parent 8e73826 commit 3ec6430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Post TAP
# Running custom fork with an option, that does not fail CI on error
uses: skshetry/flaky-service/packages/action@master
if: ${{ always() }}
if: always() && github.ref == 'refs/heads/master'
with:
file-path: ${{github.workspace}}/testresults.tap
repo-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 3ec6430

Please sign in to comment.