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
@@ -11,6 +11,7 @@ on:
jobs:
release:
if: github.repository == 'block/goose'
uses: ./.github/workflows/create-release-pr.yaml
with:
bump_type: "minor"