File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 88 types :
99 - completed
1010
11+ # Automatically run CI on branches, that have active PR opened
12+ pull_request :
13+ branches :
14+ - main
15+ paths :
16+ - " .github/workflows/pyfunc-ensembler-job.yaml"
17+ - " engines/pyfunc-ensembler-job/**"
18+ - " sdk/**"
19+
20+ # To make it possible to trigger e2e CI workflow for any arbitrary git ref
21+ workflow_dispatch :
22+
1123jobs :
1224 test :
1325 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 88 types :
99 - completed
1010
11+ # Automatically run CI on branches, that have active PR opened
12+ pull_request :
13+ branches :
14+ - main
15+ paths :
16+ - " .github/workflows/pyfunc-ensembler-service.yaml"
17+ - " engines/pyfunc-ensembler-service/**"
18+ - " sdk/**"
19+
20+ # To make it possible to trigger e2e CI workflow for any arbitrary git ref
21+ workflow_dispatch :
22+
1123jobs :
1224 test :
1325 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments