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:
|
||||
build-dev:
|
||||
if: ${{ github.repository == 'sgl-project/sglang' }}
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
|
||||
Reference in New Issue
Block a user