Skip to content

Commit 228d6b4

Browse files
author
Zibi Mandziejewicz
committed
ci: use hosted runner
1 parent 7bf94b4 commit 228d6b4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
verify:
88
name: Verify
9-
runs-on: ubuntu-latest
9+
runs-on: arc-runner-set
1010
env:
1111
CODECOV_FILE: build/coverage.xml
1212
steps:
@@ -32,8 +32,8 @@ jobs:
3232

3333
image-build:
3434
name: Image Build
35-
if: github.actor!= 'dependabot-preview[bot]'
36-
runs-on: ubuntu-latest
35+
if: github.actor != 'dependabot[bot]'
36+
runs-on: arc-runner-set
3737
steps:
3838
- name: Checkout
3939
uses: actions/checkout@v4
@@ -65,11 +65,11 @@ jobs:
6565

6666
e2e:
6767
name: E2E Test
68-
if: false
68+
if: github.actor != 'dependabot[bot]'
6969
needs:
7070
- verify
7171
- image-build
72-
runs-on: ubuntu-latest
72+
runs-on: arc-runner-set
7373
env:
7474
CODECOV_FILE: build/coverage.e2e.xml
7575
SKAFFOLD_NAMESPACE: sandbox

0 commit comments

Comments
 (0)