Skip to content

Commit

Permalink
fix: Use Canonical self-hosted runners for integration tests (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gmerold authored Apr 24, 2024
1 parent f0fde66 commit c98df4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test-with-multus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

jobs:
integration-test:
runs-on: ubuntu-22.04
runs-on: [self-hosted, linux, x64, jammy, xlarge]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:

jobs:
integration-test:
runs-on: ubuntu-22.04
runs-on: [self-hosted, linux, x64, jammy, xlarge]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit c98df4b

Please sign in to comment.