We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bf94b4 commit e860783Copy full SHA for e860783
.github/workflows/ci.yaml
@@ -32,8 +32,8 @@ jobs:
32
33
image-build:
34
name: Image Build
35
- if: github.actor!= 'dependabot-preview[bot]'
36
- runs-on: ubuntu-latest
+ if: github.actor != 'dependabot[bot]'
+ runs-on: arc-runner-set
37
steps:
38
- name: Checkout
39
uses: actions/checkout@v4
@@ -65,11 +65,11 @@ jobs:
65
66
e2e:
67
name: E2E Test
68
- if: false
69
needs:
70
- verify
71
- image-build
72
73
env:
74
CODECOV_FILE: build/coverage.e2e.xml
75
SKAFFOLD_NAMESPACE: sandbox
0 commit comments