mirror of
https://github.com/aaif-goose/goose.git
synced 2026-06-02 06:14:27 +02:00
we should run this on main and also test open models at least via ope… (#5556)
adds qwen3-code and GLM 4.6 to test_providers for open model coverage
This commit is contained in:
@@ -2,6 +2,9 @@ on:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
branch:
|
||||
@@ -16,7 +19,7 @@ jobs:
|
||||
check-fork:
|
||||
runs-on: ubuntu-latest
|
||||
# Skip entire workflow for PRs from forks (they don't have access to secrets)
|
||||
if: github.event_name == 'workflow_dispatch' || github.event.pull_request.head.repo.full_name == github.repository
|
||||
if: github.event_name == 'workflow_dispatch' || github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository
|
||||
steps:
|
||||
- run: echo "Not a fork PR - proceeding with smoke tests"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user