Skip to content

Commit 880d6b0

Browse files
committed
ci: fix YAML indentation and step-level if for PR comment
1 parent b49d455 commit 880d6b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codestate-pr-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ jobs:
9191
if-no-files-found: warn
9292

9393
- name: Create or update PR comment
94+
if: github.event_name == 'pull_request'
9495
uses: marocchino/sticky-pull-request-comment@v2
95-
if: github.event_name == 'pull_request'
9696
with:
9797
header: codestate-pr-report
9898
path: codestate_pr_report.md

0 commit comments

Comments
 (0)