Skip to content

Commit f442d58

Browse files
authored
Update pr-merge.yaml
1 parent 201d049 commit f442d58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-merge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
shell: bash
1313
env:
1414
DISCORD_WEBHOOK_BETA_TESTERS: ${{ secrets.DISCORD_WEBHOOK_BETA_TESTERS }}
15-
if: github.event.pull_request.merged == true
15+
# if: github.event.pull_request.merged == true
1616
run: |
1717
curl -H "Content-Type: application/json" -d '{"content": "Pull Request ${{ github.event.pull_request.number }} merged by ${{ github.actor }}"}' $DISCORD_WEBHOOK_BETA_TESTERS

0 commit comments

Comments
 (0)