Skip to content

Commit

Permalink
Use github runner instead of self-runner to build
Browse files Browse the repository at this point in the history
  • Loading branch information
tomzx committed Jun 4, 2024
1 parent 442da0a commit aa54182
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ jobs:
build-container:
name: Build test container
timeout-minutes: 30
runs-on: [self-hosted, builder]
# runs-on: ubuntu-latest
# runs-on: [self-hosted, builder]
# Let people build in their fork
runs-on: ubuntu-latest
env:
REGISTRY: us-east4-docker.pkg.dev/weave-support-367421/weave-images
steps:
Expand Down

0 comments on commit aa54182

Please sign in to comment.