File tree 3 files changed +5
-3
lines changed
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
2
2
#
3
- # Generated on 2025-01-15T09:42:39Z by kres fcff05e .
3
+ # Generated on 2025-01-29T12:41:12Z by kres 987bf4d .
4
4
5
5
name : default
6
6
concurrency :
@@ -169,6 +169,7 @@ jobs:
169
169
run : |
170
170
make omnictl
171
171
- name : run-integration-test
172
+ if : github.event_name == 'pull_request'
172
173
env :
173
174
INTEGRATION_RUN_E2E_TEST : " true"
174
175
INTEGRATION_TEST_ARGS : --test.run CleanState/|Auth/|DefaultCluster/|CLICommands/
Original file line number Diff line number Diff line change @@ -157,6 +157,7 @@ spec:
157
157
- >-
158
158
@hack/test/integration.sh
159
159
ghaction :
160
+ condition : on-pull-request
160
161
enabled : true
161
162
sops : true
162
163
artifacts :
Original file line number Diff line number Diff line change 1
1
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
2
2
#
3
- # Generated on 2025-01-15T11:45:55Z by kres 3b3f992 .
3
+ # Generated on 2025-01-29T12:40:15Z by kres 987bf4d .
4
4
5
5
# common variables
6
6
@@ -28,7 +28,7 @@ GOIMPORTS_VERSION ?= 0.29.0
28
28
DEEPCOPY_VERSION ?= v0.5.6
29
29
GOLANGCILINT_VERSION ?= v1.63.4
30
30
GOFUMPT_VERSION ?= v0.7.0
31
- GO_VERSION ?= 1.23.4
31
+ GO_VERSION ?= 1.23.5
32
32
GO_BUILDFLAGS ?=
33
33
GO_LDFLAGS ?=
34
34
CGO_ENABLED ?= 0
You can’t perform that action at this time.
0 commit comments