Skip to content

Commit

Permalink
fix: use e2e and unit test only for original repo or pr (sgl-project#912
Browse files Browse the repository at this point in the history
)
  • Loading branch information
zhyncs authored Aug 4, 2024
1 parent 995af5a commit 4f00525
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ concurrency:

jobs:
e2e-test:
if: github.repository == 'sgl-project/sglang' || github.event_name == 'pull_request'
runs-on: self-hosted

steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ concurrency:

jobs:
unit-test:
if: github.repository == 'sgl-project/sglang' || github.event_name == 'pull_request'
runs-on: self-hosted

steps:
Expand Down

0 comments on commit 4f00525

Please sign in to comment.