Skip to content

Commit 0f30528

Browse files
ci(publis): do not run in forks (#8640)
1 parent 8a65822 commit 0f30528

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
name: Release
1818
runs-on: ubuntu-latest
1919
timeout-minutes: 10
20+
# do not attempt running in forks
21+
if: github.repository_owner == 'vercel'
2022
steps:
2123
- name: Create access token for GitHub App
2224
uses: actions/create-github-app-token@v2

0 commit comments

Comments
 (0)