Skip to content

Commit 8105e74

Browse files
committed
Optimize namespace config
1 parent 025227b commit 8105e74

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/setup-docker/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ inputs:
1212
runs:
1313
using: "composite"
1414
steps:
15-
- uses: docker/setup-buildx-action@v3
15+
# - uses: docker/setup-buildx-action@v3
1616

1717
- uses: docker/login-action@v3
1818
with:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100

101101
build-and-push-images:
102102
name: Build, Test and Push Images
103-
runs-on: namespace-profile-default
103+
runs-on: namespace-profile-builder
104104
needs: [lint-python, test-frontend, bundle-tracking]
105105
if: |
106106
always() &&

0 commit comments

Comments
 (0)