Skip to content

Commit 26a890c

Browse files
committed
test
Signed-off-by: Daniel Franz <dfranz@redhat.com>
1 parent d790ce5 commit 26a890c

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/go-apidiff.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: go-apidiff
22
on:
3+
push:
4+
workflow_dispatch:
35
merge_group:
46
pull_request:
57
jobs:
@@ -15,4 +17,6 @@ jobs:
1517
with:
1618
go-version-file: go.mod
1719

18-
- uses: joelanford/go-apidiff@main
20+
- uses: dtfranz/go-apidiff@test-pkg-exception
21+
with:
22+
base-ref: 3d6a33b60dab6aedec2b676eba3a7631d3961340

api/v1/clusterextension_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ type ClusterExtensionSpec struct {
9191
// for the ClusterExtension such as the pre-flight check configuration.
9292
//
9393
// +optional
94-
Install *ClusterExtensionInstallConfig `json:"install,omitempty"`
94+
Install ClusterExtensionInstallConfig `json:"install,omitempty"`
9595
}
9696

9797
const SourceTypeCatalog = "Catalog"

0 commit comments

Comments
 (0)