Skip to content

Commit

Permalink
fix(ci): switch to org registered runners
Browse files Browse the repository at this point in the history
Signed-off-by: Artur Troian <[email protected]>
  • Loading branch information
troian committed Aug 14, 2024
1 parent 5dc28da commit 6005950
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
crd-e2e:
env:
KIND_NAME: kube
runs-on: provider-e2e
runs-on: core-e2e
steps:
- name: Setup GOPATH
run: echo "GOPATH=$GITHUB_WORKSPACE/go" >> $GITHUB_ENV
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
publish:
runs-on: provider-e2e
runs-on: core-e2e
env:
DOCKER_CLI_EXPERIMENTAL: "enabled"
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ jobs:
uses: ./.github/workflows/integration-tests.yaml

dispatch-release:
runs-on: ubuntu-latest
runs-on: core-e2e
if: startsWith(github.event.ref, 'refs/tags/v')
needs:
- build-bins
Expand Down

0 comments on commit 6005950

Please sign in to comment.