ci: use hosted runners for light jobs (#3181)

This commit is contained in:
安正超
2026-06-02 23:17:56 +08:00
committed by GitHub
parent 15be56f242
commit 14aaab9406
6 changed files with 20 additions and 19 deletions
+2 -2
View File
@@ -73,7 +73,7 @@ jobs:
# Check if we should build Docker images
build-check:
name: Docker Build Check
runs-on: rustfs
runs-on: ubuntu-latest
outputs:
should_build: ${{ steps.check.outputs.should_build }}
should_push: ${{ steps.check.outputs.should_push }}
@@ -421,7 +421,7 @@ jobs:
name: Docker Build Summary
needs: [ build-check, build-docker ]
if: always() && needs.build-check.outputs.should_build == 'true'
runs-on: rustfs
runs-on: ubuntu-latest
steps:
- name: Docker build completion summary
run: |