Skip to content

Commit e2d4ef1

Browse files
committed
fix: indirect dependencies
1 parent 4d6eea5 commit e2d4ef1

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/pull-request.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ name: K8S E2E Tests
22
on:
33
merge_group:
44
pull_request:
5-
paths:
6-
- kubernetes-services/**
7-
- test/**
8-
- go.mod
9-
- renovate.json
10-
- .github/**
5+
# paths:
6+
# - kubernetes-services/**
7+
# - test/**
8+
# - go.mod
9+
# - renovate.json
10+
# - .github/**
1111

1212
concurrency:
1313
group: ${{ github.workflow }}-${{ github.ref }}
@@ -175,4 +175,4 @@ jobs:
175175
gh pr comment ${{ github.event.number }} --repo ${{ github.repository }} --body-file output/diff.md --edit-last || \
176176
gh pr comment ${{ github.event.number }} --repo ${{ github.repository }} --body-file output/diff.md
177177
env:
178-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
178+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ require (
5656
github.com/xlab/treeprint v1.2.0 // indirect
5757
go.opentelemetry.io/otel v1.37.0 // indirect
5858
go.opentelemetry.io/otel/trace v1.37.0 // indirect
59-
go.yaml.in/yaml/v3 v3.0.3 // indirect
59+
go.yaml.in/yaml/v2 v2.4.2 // indirect
6060
go.yaml.in/yaml/v3 v3.0.3 // indirect
6161
golang.org/x/net v0.41.0 // indirect
6262
golang.org/x/oauth2 v0.30.0 // indirect

0 commit comments

Comments
 (0)