Skip to content

bump to k8s.io v1.30, Go 1.22.0, and controller-runtime v0.18.0 #313

bump to k8s.io v1.30, Go 1.22.0, and controller-runtime v0.18.0

bump to k8s.io v1.30, Go 1.22.0, and controller-runtime v0.18.0 #313

Workflow file for this run

name: ccruntime e2e test for PR
on:
pull_request_target:
branches:
- 'main'
types:
- opened
- synchronize
- reopened
- labeled
paths-ignore:
- 'docs/**'
jobs:
e2e-pr:
if: ${{ contains(github.event.pull_request.labels.*.name, 'ok-to-test') }}
uses: ./.github/workflows/ccruntime_e2e.yaml
with:
target-branch: ${{ github.event.pull_request.base.ref }}
commit-hash: ${{ github.event.pull_request.head.sha }}