ci: add fork guards to scheduled workflows (#7292)

Signed-off-by: Will Pfleger <pfleger.will@gmail.com>
This commit is contained in:
Will Pfleger
2026-02-18 08:16:01 -05:00
committed by GitHub
parent 9d3792f5bf
commit 2b9eb41eec
7 changed files with 7 additions and 1 deletions
+1
View File
@@ -24,6 +24,7 @@ jobs:
stale:
name: 'Mark and Close Stale PRs'
runs-on: ubuntu-latest
if: github.repository == 'block/goose'
steps:
# Use the official stale action from GitHub