We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 385195c commit e00e555Copy full SHA for e00e555
.github/workflows/CompareMPS.yml
@@ -89,7 +89,7 @@ jobs:
89
' >> body.md
90
echo "::warning title=MPS files are different::$(cat body.md)"
91
- name: Find Comment
92
- if: github.event.pull_request.head.repo.full_name == github.repository
+ if: always() && github.event.pull_request.head.repo.full_name == github.repository
93
uses: peter-evans/find-comment@v3
94
id: find-comment
95
with:
0 commit comments