ci: route default Depot jobs to 4-core runners (#39277)

(cherry picked from commit 58d1dd8873)
This commit is contained in:
yyh
2026-07-20 14:17:51 +08:00
committed by 非法操作
parent 1328644dfc
commit c949d1da27
23 changed files with 42 additions and 42 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ on:
jobs:
deploy:
runs-on: depot-ubuntu-24.04
runs-on: depot-ubuntu-24.04-4
if: |
github.event.workflow_run.conclusion == 'success' &&
github.event.workflow_run.head_branch == 'deploy/dev'