Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
HumairAK committed Feb 12, 2025
1 parent 48ff2d6 commit 86e293f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/kfp-kubernetes-execution-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches: [master]

workflow_dispatch:
pull_request:
paths:
- '.github/workflows/kfp-kubernetes-execution-tests.yml'
Expand All @@ -17,7 +18,7 @@ jobs:
runs-on: ubuntu-24.04
strategy:
matrix:
k8s_version: [ "v1.29.2", "v1.30.2", "v1.31.0" ]
k8s_version: [ "v1.31.0" ]
name: kfp-kubernetes execution tests - K8s ${{ matrix.k8s_version }}
steps:
- name: Checkout code
Expand Down

0 comments on commit 86e293f

Please sign in to comment.