ci: add condition for daily docker build (#4487)
This commit is contained in:
1
.github/workflows/release-docker-dev.yml
vendored
1
.github/workflows/release-docker-dev.yml
vendored
@@ -7,6 +7,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-dev:
|
build-dev:
|
||||||
|
if: ${{ github.repository == 'sgl-project/sglang' }}
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
|
|||||||
Reference in New Issue
Block a user