发布

  • 17681 f1a500d8f2

    Run stubs repo discovery only on tag-of-master builds (#9433)

    frostbyte_neo 发布于 2026-04-23 15:40:43 +00:00 | 129 次提交 在此版本后已推送到 master

    Continuation of #9432. Move the find_datasource_repos.py invocation
    from its own workflow step into the existing tag+master gate in
    "Run build and tests", right before ci_build_stubs.sh is executed.
    This naturally skips the discovery on PRs and non-tag pushes, where
    QC_GIT_TOKEN is either absent or not valid for the GitHub API and
    gh/graphql returns HTTP 401. The computed repo list is injected
    into the container via docker exec -e for the ci_build_stubs.sh call.

    Co-authored-by: Claude Opus 4.7 (1M context) noreply@anthropic.com

    下载附件