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