Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
always run comment job
  • Loading branch information
3nids authored and nyalldawson committed Feb 8, 2021
1 parent 3cd6511 commit 54fe863
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 54fe863

Please sign in to comment.