mirror of https://github.com/halo-dev/halo
chore: restrict packages-preview-release job to current repo only (#7343)
Signed-off-by: Ryan Wang <i@ryanc.cc>pull/7350/head
parent
3a5e4f82b4
commit
e8867a048f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue