We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b49d455 commit 880d6b0Copy full SHA for 880d6b0
1 file changed
.github/workflows/codestate-pr-report.yml
@@ -91,8 +91,8 @@ jobs:
91
if-no-files-found: warn
92
93
- name: Create or update PR comment
94
+ if: github.event_name == 'pull_request'
95
uses: marocchino/sticky-pull-request-comment@v2
- if: github.event_name == 'pull_request'
96
with:
97
header: codestate-pr-report
98
path: codestate_pr_report.md
0 commit comments