Skip to content

Commit e8867a0

Browse files
authored
chore: restrict packages-preview-release job to current repo only (#7343)
Signed-off-by: Ryan Wang <[email protected]>
1 parent 3a5e4f8 commit e8867a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .github/workflows/packages-preview-release.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on:
1313
jobs:
1414
packages-preview-release:
1515
runs-on: ubuntu-latest
16+
if: github.repository == 'halo-dev/halo'
1617
steps:
1718
- uses: actions/checkout@v4
1819
- name: Setup Environment

0 commit comments

Comments
 (0)