Skip to content

Commit d46b7ef

Browse files
committed
fix: move if to step level
1 parent df9afb8 commit d46b7ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs-pr-review-notify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ on:
77
jobs:
88
notify:
99
runs-on: ubuntu-latest
10-
if: github.event.requested_team.slug == 'docs-prs'
1110
steps:
1211
- name: Send Slack notification
12+
if: github.event.requested_team.slug == 'docs-prs'
1313
env:
1414
SLACK_WEBHOOK: ${{ secrets.SLACK_DOC_REVIEW_WEBHOOK_URL }}
1515
PR_TITLE: ${{ github.event.pull_request.title }}

0 commit comments

Comments
 (0)