From f442d58b7024fe8d9e71508c7317265a9a395ed5 Mon Sep 17 00:00:00 2001 From: netmindz Date: Sat, 14 Jun 2025 19:06:49 +0000 Subject: [PATCH] Update pr-merge.yaml --- .github/workflows/pr-merge.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-merge.yaml b/.github/workflows/pr-merge.yaml index da49289da..7363b498a 100644 --- a/.github/workflows/pr-merge.yaml +++ b/.github/workflows/pr-merge.yaml @@ -12,6 +12,6 @@ shell: bash env: DISCORD_WEBHOOK_BETA_TESTERS: ${{ secrets.DISCORD_WEBHOOK_BETA_TESTERS }} - if: github.event.pull_request.merged == true + # if: github.event.pull_request.merged == true run: | curl -H "Content-Type: application/json" -d '{"content": "Pull Request ${{ github.event.pull_request.number }} merged by ${{ github.actor }}"}' $DISCORD_WEBHOOK_BETA_TESTERS