Skip to content

Commit

Permalink
bring back conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids authored and nyalldawson committed Feb 5, 2021
1 parent 262402e commit f1a504d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Expand Up @@ -166,7 +166,7 @@ jobs:
name: Write tests report in a comment
needs: build
runs-on: ubuntu-latest
if: always() && github.event_name == 'pull_request'
if: always() && ( needs.build.result == 'failure' || needs.build.result == 'success' ) && github.event_name == 'pull_request'
steps:
- name: Find Comment
uses: peter-evans/find-comment@v1
Expand Down

0 comments on commit f1a504d

Please sign in to comment.