Skip to content

Commit

Permalink
chore: Renamed GitHub workflows from *.yaml to *.yml for consistency (#…
Browse files Browse the repository at this point in the history
…11126)

Signed-off-by: hbelmiro <helber.belmiro@gmail.com>
  • Loading branch information
hbelmiro committed Aug 21, 2024
1 parent 1a07ffa commit 38f8f8e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

pull_request:
paths:
- '.github/workflows/e2e-test.yaml'
- '.github/workflows/e2e-test.yml'
- 'scripts/deploy/github/**'
- 'go.mod'
- 'go.sum'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches: [master]
pull_request:
paths:
- '.github/workflows/kfp-kubernetes-library-test.yaml'
- '.github/workflows/kfp-kubernetes-library-test.yml'
- 'sdk/python/**'
- 'api/v2alpha1/**'
- 'kubernetes_platform/**'
Expand Down
File renamed without changes.

0 comments on commit 38f8f8e

Please sign in to comment.