Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sefgsefg authored Aug 16, 2024
1 parent 461db78 commit 3fbc146
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,11 @@ name: k8s execution tests

on:
push:
branches: [master]

pull_request:
paths:
- '.github/workflows/kfp-kubernetes-execution-tests.yml'
- 'sdk/python/**'
- 'api/v2alpha1/**'
- 'kubernetes_platform/**'
branches:
- master
- '**' # 這個會讓它在所有分支上觸發

workflow_dispatch: # 手動觸發工作流程

jobs:
kfp-kubernetes-execution-tests:
Expand Down

0 comments on commit 3fbc146

Please sign in to comment.