Skip to content

Commit 663749c

Browse files
authored
Check for correct repo before release (changesets#1000)
1 parent 6cc4300 commit 663749c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/changeset-version.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ concurrency: ${{ github.workflow }}-${{ github.ref }}
1010
jobs:
1111
release:
1212
name: Release
13+
if: github.repository == 'changesets/changesets'
1314
runs-on: ubuntu-latest
1415
steps:
1516
- name: Checkout Repo

0 commit comments

Comments
 (0)