From d29d889a9bd76bb1549711386868c6661a8da162 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Tue, 5 May 2026 20:33:50 -0700 Subject: [PATCH] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Signed-off-by: Lunny Xiao --- .github/workflows/giteabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/giteabot.yml b/.github/workflows/giteabot.yml index 315ee81bb2..436ad73007 100644 --- a/.github/workflows/giteabot.yml +++ b/.github/workflows/giteabot.yml @@ -34,6 +34,7 @@ concurrency: jobs: giteabot: + if: github.repository == 'go-gitea/gitea' name: Run Giteabot (${{ github.event_name }}) runs-on: ubuntu-latest timeout-minutes: 30