mirror of
https://github.com/koichixD/uptime-kuma.git
synced 2026-09-04 17:23:21 +00:00
fix: Restrict scheduled workflows to upstream repository (#6948)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: CommanderStorm <26258709+CommanderStorm@users.noreply.github.com>
This commit is contained in:
co-authored by
CommanderStorm
parent
bc90af1833
commit
54728c74e6
@@ -8,6 +8,8 @@ permissions: {}
|
||||
|
||||
jobs:
|
||||
stale:
|
||||
# Only run on the original repository, not on forks
|
||||
if: github.repository == 'louislam/uptime-kuma'
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
actions: write
|
||||
|
||||
Reference in New Issue
Block a user