Skip to content

Commit

Permalink
Test 9
Browse files Browse the repository at this point in the history
  • Loading branch information
muralov committed Sep 8, 2023
1 parent f0f6396 commit 8e4089d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/sink.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,19 @@ env:
REGISTRY: ghcr.io
# github.repository as <account>/<repo>
IMAGE_NAME: ${{ github.repository }}
E2E_SINK_PATH: e2e/sink

on:
push:
branches:
- 'main'
- 'main'
tags: [ '*.*.*' ]
paths:
- 'e2e/sink/**'
pull_request:
branches:
- 'main'
- 'main'
paths:
- 'e2e/sink/**'
- 'e2e/sink/**'

jobs:
build:
Expand Down
3 changes: 2 additions & 1 deletion pkg/k8s/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ import (
"errors"
"strings"

natsv1alpha1 "github.com/kyma-project/nats-manager/api/v1alpha1"
admissionv1 "k8s.io/api/admissionregistration/v1"

natsv1alpha1 "github.com/kyma-project/nats-manager/api/v1alpha1"
v1 "k8s.io/api/apps/v1"
corev1 "k8s.io/api/core/v1"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
Expand Down

0 comments on commit 8e4089d

Please sign in to comment.