File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ name: K8S E2E Tests
2
2
on :
3
3
merge_group :
4
4
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/**
11
11
12
12
concurrency :
13
13
group : ${{ github.workflow }}-${{ github.ref }}
@@ -175,4 +175,4 @@ jobs:
175
175
gh pr comment ${{ github.event.number }} --repo ${{ github.repository }} --body-file output/diff.md --edit-last || \
176
176
gh pr comment ${{ github.event.number }} --repo ${{ github.repository }} --body-file output/diff.md
177
177
env :
178
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
178
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ require (
56
56
github.com/xlab/treeprint v1.2.0 // indirect
57
57
go.opentelemetry.io/otel v1.37.0 // indirect
58
58
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
60
60
go.yaml.in/yaml/v3 v3.0.3 // indirect
61
61
golang.org/x/net v0.41.0 // indirect
62
62
golang.org/x/oauth2 v0.30.0 // indirect
You can’t perform that action at this time.
0 commit comments