Skip to content

Commit

Permalink
use self hosted runners
Browse files Browse the repository at this point in the history
  • Loading branch information
bschimke95 committed Jul 3, 2024
1 parent 0ea51e7 commit 2afee40
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ permissions:
jobs:
build-e2e-images:
name: Build E2E Images
runs-on: ubuntu-22.04

runs-on: [self-hosted, linux, x86]
steps:
- name: Check out repo
uses: actions/checkout@v4
Expand Down

0 comments on commit 2afee40

Please sign in to comment.