Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/dependencies/setup-minikube/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ runs:
uses: manusa/actions-setup-minikube@b589f2d61bf96695c546929c72b38563e856059d
with:
"minikube version": "v1.38.0"
"kubernetes version": "v1.35.0"
"kubernetes version": "v1.35.1"
"github token": ${{ secrets.GITHUB_TOKEN }}
driver: docker
1 change: 1 addition & 0 deletions .github/workflows/system-tests-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ on:
- '**/**.txt'
- '.github/**'
- '!.github/workflows/system-tests-pr.yaml'
- '!.github/actions/**'
- 'kroxylicious-docs**/**'
- 'kroxylicious-integration-test**/**'
- 'kroxylicious-*benchmarks/**'
Expand Down
Loading