0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-04-12 18:40:23 +02:00

Add comment explaining fork guard condition

Co-Authored-By: Claude (Opus 4.6) <noreply@anthropic.com>
This commit is contained in:
silverwind 2026-03-31 12:52:03 +02:00
parent 31e1c221ff
commit 21af37e957

View File

@ -8,7 +8,7 @@ on:
jobs:
cron-renovate:
runs-on: ubuntu-latest
if: github.repository == 'go-gitea/gitea'
if: github.repository == 'go-gitea/gitea' # prevent running on forks
permissions:
contents: read
steps: