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:
|
jobs:
|
||||||
packages-preview-release:
|
packages-preview-release:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: github.repository == 'halo-dev/halo'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Setup Environment
|
- name: Setup Environment
|
||||||
|
|
Loading…
Reference in New Issue