From 347cbd980312e2aadc339ec06c93223095e02db2 Mon Sep 17 00:00:00 2001 From: MannuVilasara Date: Fri, 14 Nov 2025 07:18:13 +0530 Subject: [PATCH] don't run update-notifications on forks --- .github/workflows/dist-update-notification.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/dist-update-notification.yml b/.github/workflows/dist-update-notification.yml index f9e971e12..f83c2a392 100644 --- a/.github/workflows/dist-update-notification.yml +++ b/.github/workflows/dist-update-notification.yml @@ -12,6 +12,7 @@ on: jobs: comment_on_discussion: runs-on: ubuntu-latest + if: github.ref == 'refs/heads/main' && github.repository == 'end-4/dots-hyprland' steps: - name: Create comment on discussion #2140 env: