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:
parent
31e1c221ff
commit
21af37e957
2
.github/workflows/cron-renovate.yml
vendored
2
.github/workflows/cron-renovate.yml
vendored
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user