chore: restrict packages-preview-release job to current repo only (#7343)

Signed-off-by: Ryan Wang <i@ryanc.cc>
pull/7350/head
Ryan Wang 2025-04-14 20:19:15 +08:00 committed by GitHub
parent 3a5e4f82b4
commit e8867a048f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ on:
jobs:
packages-preview-release:
runs-on: ubuntu-latest
if: github.repository == 'halo-dev/halo'
steps:
- uses: actions/checkout@v4
- name: Setup Environment