Skip to content

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
Signed-off-by: Diego Lovison <[email protected]>
  • Loading branch information
diegolovison committed Jul 16, 2024
1 parent b2909f8 commit 8fbe8c8
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: KFP K8s Platform Tests
name: kfp-kubernetes library tests

on:
push:
branches: [master]
pull_request:
paths:
- '.github/workflows/kfp-kubernetes-library.yaml'
- '.github/workflows/kfp-kubernetes-library-test.yaml'
- 'sdk/python/**'
- 'api/v2alpha1/**'
- 'kubernetes_platform/**'
Expand Down Expand Up @@ -33,5 +33,4 @@ jobs:
python-version: ${{matrix.python.version}}

- name: Run tests
# original file is using sudo
run: ./test/presubmit-test-kfp-kubernetes-library.sh

0 comments on commit 8fbe8c8

Please sign in to comment.