惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

H
Help Net Security
爱范儿
爱范儿
V
Visual Studio Blog
Last Week in AI
Last Week in AI
阮一峰的网络日志
阮一峰的网络日志
雷峰网
雷峰网
Hugging Face - Blog
Hugging Face - Blog
博客园 - 【当耐特】
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
博客园 - 三生石上(FineUI控件)
博客园 - Franky
博客园 - 叶小钗
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
The Cloudflare Blog
大猫的无限游戏
大猫的无限游戏
人人都是产品经理
人人都是产品经理
M
MIT News - Artificial intelligence
罗磊的独立博客
L
LangChain Blog
Jina AI
Jina AI
IT之家
IT之家
J
Java Code Geeks
Microsoft Azure Blog
Microsoft Azure Blog
博客园_首页

Recent Commits to openclaw:main

test: merge chat side-result checks · openclaw/openclaw@ddd2c2a test: merge cron history checks · openclaw/openclaw@f7eb746 test: merge responsive navigation shell checks · openclaw/openclaw@c2e4b47 docs(changelog): add codex oauth fixes · openclaw/openclaw@628e6cd test: merge navigation routing cases · openclaw/openclaw@5d8cecb Tests: mock channel registry bundled fallback · openclaw/openclaw@2b08233 Secrets: avoid broad web search discovery for single plugin config · openclaw/openclaw@a464f59 test: merge config view browser checks · openclaw/openclaw@20cf511 fix(status): align oauth health with runtime · openclaw/openclaw@eed7116 feat: add macOS screen snapshots for monitor preview (#67954) thanks … · openclaw/openclaw@f377db1 fix: report shared auth scopes in hello-ok (#67810) thanks @BunsDev · openclaw/openclaw@0b6c39b Auto-reply: avoid eager bundled route fallback · openclaw/openclaw@3ea1bf4 Tests: narrow session binding contract setup · openclaw/openclaw@54e4e16 fix(macOS): enable undo/redo in webchat composer text input (#34962) · openclaw/openclaw@00951dc Tests: speed up channel setup promotion · openclaw/openclaw@82b529a Docs: refresh agent instructions · openclaw/openclaw@5775fe2 fix(auth): serialize OAuth refresh across agents to fix #26322 (#67876) · openclaw/openclaw@8e79080 test: allow ollama public surface boundary test · openclaw/openclaw@7d4f1a6 Docs: add test performance guardrails · openclaw/openclaw@89706d3 Tests: restore context-engine usage proof · openclaw/openclaw@e4c4f95 Tests: slim context engine runtime coverage · openclaw/openclaw@74c198f ci: retry failed custom checkouts · openclaw/openclaw@0ee5baf test: trim duplicate provider auth onboarding cases · openclaw/openclaw@1ffc02e matrix: fix sessions_spawn --thread subagent session spawning (#67643) · openclaw/openclaw@1ce2596 test: reduce auth choice fixture churn · openclaw/openclaw@857b9cd test: mock health status config boundaries · openclaw/openclaw@9d5ab4a test: mock onboard config io boundary · openclaw/openclaw@299694d test: mock legacy state plugin boundaries · openclaw/openclaw@2713089 test: mock channel install boundaries · openclaw/openclaw@b945248 test: mock doctor preview channel boundaries · openclaw/openclaw@b1a3ad4
ci: reduce main workflow critical path · openclaw/opencla...
steipete · 2026-05-30 · via Recent Commits to openclaw:main

@@ -28,7 +28,7 @@ permissions:

28282929

concurrency:

3030

group: ${{ github.event_name == 'workflow_dispatch' && format('{0}-manual-v1-{1}', github.workflow, github.run_id) || (github.event_name == 'pull_request' && format('{0}-v7-{1}', github.workflow, github.event.pull_request.number) || (github.repository == 'openclaw/openclaw' && format('{0}-v7-{1}', github.workflow, github.ref) || format('{0}-v7-{1}-{2}', github.workflow, github.ref, github.sha))) }}

31-

cancel-in-progress: ${{ github.event_name == 'pull_request' }}

31+

cancel-in-progress: ${{ github.event_name == 'pull_request' || (github.event_name == 'push' && github.repository == 'openclaw/openclaw' && github.ref == 'refs/heads/main') }}

32323333

env:

3434

FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true"

@@ -466,8 +466,8 @@ jobs:

466466

- name: Audit production dependencies

467467

run: node scripts/pre-commit/pnpm-audit-prod.mjs --audit-level=high

468468469-

# Warm the lockfile- and pnpm-pinned store once before Linux Node shards fan out.

470-

# On a cold key this job owns the save, so later shards restore the exact key.

469+

# Warm the lockfile- and pnpm-pinned store without blocking Linux Node shards.

470+

# On a cold key this job owns the save for later workflow runs.

471471

pnpm-store-warmup:

472472

permissions:

473473

contents: read

@@ -532,9 +532,9 @@ jobs:

532532

build-artifacts:

533533

permissions:

534534

contents: read

535-

needs: [preflight, pnpm-store-warmup]

535+

needs: [preflight]

536536

if: needs.preflight.outputs.run_build_artifacts == 'true'

537-

runs-on: ${{ github.event_name == 'workflow_dispatch' && 'ubuntu-24.04' || (github.repository == 'openclaw/openclaw' && 'blacksmith-16vcpu-ubuntu-2404' || 'ubuntu-24.04') }}

537+

runs-on: ${{ github.event_name == 'workflow_dispatch' && 'ubuntu-24.04' || (github.repository == 'openclaw/openclaw' && 'blacksmith-32vcpu-ubuntu-2404' || 'ubuntu-24.04') }}

538538

timeout-minutes: 20

539539

outputs:

540540

channels-result: ${{ steps.built_artifact_checks.outputs['channels-result'] }}

@@ -763,7 +763,7 @@ jobs:

763763

permissions:

764764

contents: read

765765

name: ${{ matrix.check_name }}

766-

needs: [preflight, pnpm-store-warmup]

766+

needs: [preflight]

767767

if: needs.preflight.outputs.run_checks_fast_core == 'true'

768768

runs-on: ${{ github.event_name == 'workflow_dispatch' && 'ubuntu-24.04' || (github.repository == 'openclaw/openclaw' && 'blacksmith-4vcpu-ubuntu-2404' || 'ubuntu-24.04') }}

769769

timeout-minutes: 60

@@ -852,7 +852,7 @@ jobs:

852852

permissions:

853853

contents: read

854854

name: ${{ matrix.checkName }}

855-

needs: [preflight, pnpm-store-warmup]

855+

needs: [preflight]

856856

if: needs.preflight.outputs.run_plugin_contracts_shards == 'true'

857857

runs-on: ${{ github.event_name == 'workflow_dispatch' && 'ubuntu-24.04' || (github.repository == 'openclaw/openclaw' && 'blacksmith-4vcpu-ubuntu-2404' || 'ubuntu-24.04') }}

858858

timeout-minutes: 60

@@ -932,7 +932,7 @@ jobs:

932932

permissions:

933933

contents: read

934934

name: ${{ matrix.checkName }}

935-

needs: [preflight, pnpm-store-warmup]

935+

needs: [preflight]

936936

if: needs.preflight.outputs.run_checks_fast == 'true'

937937

runs-on: ${{ github.event_name == 'workflow_dispatch' && 'ubuntu-24.04' || (github.repository == 'openclaw/openclaw' && 'blacksmith-4vcpu-ubuntu-2404' || 'ubuntu-24.04') }}

938938

timeout-minutes: 60

@@ -1084,7 +1084,7 @@ jobs:

10841084

permissions:

10851085

contents: read

10861086

name: ${{ matrix.check_name }}

1087-

needs: [preflight, pnpm-store-warmup]

1087+

needs: [preflight]

10881088

if: needs.preflight.outputs.run_checks_node_core_nondist == 'true'

10891089

runs-on: ${{ github.event_name == 'workflow_dispatch' && 'ubuntu-24.04' || (github.repository == 'openclaw/openclaw' && (matrix.runner || 'blacksmith-8vcpu-ubuntu-2404') || 'ubuntu-24.04') }}

10901090

timeout-minutes: 60

@@ -1190,8 +1190,8 @@ jobs:

11901190

permissions:

11911191

contents: read

11921192

name: ${{ matrix.check_name }}

1193-

needs: [preflight, pnpm-store-warmup]

1194-

if: ${{ !cancelled() && always() && needs.preflight.outputs.run_check == 'true' && needs.pnpm-store-warmup.result == 'success' }}

1193+

needs: [preflight]

1194+

if: ${{ !cancelled() && always() && needs.preflight.outputs.run_check == 'true' }}

11951195

runs-on: ${{ github.event_name == 'workflow_dispatch' && 'ubuntu-24.04' || (github.repository == 'openclaw/openclaw' && (matrix.runner || 'blacksmith-4vcpu-ubuntu-2404') || 'ubuntu-24.04') }}

11961196

timeout-minutes: 20

11971197

strategy:

@@ -1321,8 +1321,8 @@ jobs:

13211321

permissions:

13221322

contents: read

13231323

name: ${{ matrix.check_name }}

1324-

needs: [preflight, pnpm-store-warmup]

1325-

if: ${{ !cancelled() && always() && needs.preflight.outputs.run_check_additional == 'true' && needs.pnpm-store-warmup.result == 'success' }}

1324+

needs: [preflight]

1325+

if: ${{ !cancelled() && always() && needs.preflight.outputs.run_check_additional == 'true' }}

13261326

runs-on: ${{ github.event_name == 'workflow_dispatch' && 'ubuntu-24.04' || (github.repository == 'openclaw/openclaw' && 'blacksmith-8vcpu-ubuntu-2404' || 'ubuntu-24.04') }}

13271327

timeout-minutes: 20

13281328

strategy:

@@ -1488,7 +1488,7 @@ jobs:

14881488

check-docs:

14891489

permissions:

14901490

contents: read

1491-

needs: [preflight, pnpm-store-warmup]

1491+

needs: [preflight]

14921492

if: needs.preflight.outputs.run_check_docs == 'true'

14931493

runs-on: ${{ github.event_name == 'workflow_dispatch' && 'ubuntu-24.04' || (github.repository == 'openclaw/openclaw' && 'blacksmith-4vcpu-ubuntu-2404' || 'ubuntu-24.04') }}

14941494

timeout-minutes: 20

@@ -2113,7 +2113,7 @@ jobs:

21132113

- macos-node

21142114

- macos-swift

21152115

- android

2116-

if: ${{ !cancelled() && always() && (github.event_name != 'pull_request' || !github.event.pull_request.draft) }}

2116+

if: ${{ !cancelled() && always() && github.event_name != 'push' && (github.event_name != 'pull_request' || !github.event.pull_request.draft) }}

21172117

runs-on: ubuntu-24.04

21182118

timeout-minutes: 5

21192119

steps: