summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/congratsbot.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/congratsbot.yml b/.github/workflows/congratsbot.yml
index bb6229638..f736c1069 100644
--- a/.github/workflows/congratsbot.yml
+++ b/.github/workflows/congratsbot.yml
@@ -8,7 +8,7 @@ on:
jobs:
congrats:
name: "discord:congratsbot"
- #if: github.event.commits[0] && !github.event.commits[1]
+ if: github.repository == 'snowpackjs/astro'
runs-on: ubuntu-latest
steps:
- name: Send a Discord notification when a PR is merged