Skip to content

Commit c27d366

Browse files
authored
chore: add conditional check for repository owner in release job (#10847)
1 parent 2c4d9b1 commit c27d366

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ permissions:
1717
jobs:
1818
release:
1919
name: Release
20+
if: github.repository_owner == 'TanStack'
2021
runs-on: ubuntu-latest
2122
permissions:
2223
contents: write

0 commit comments

Comments
 (0)