Skip to content

Commit

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

0 comments on commit e49a7be

Please sign in to comment.