fix: don't run github action on forks (#2504)

This commit is contained in:
Celestial.y
2025-11-17 22:18:20 +08:00
committed by GitHub
@@ -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: