Skip to content

Commit 83ed25d

Browse files
author
ewezy
committed
Add steps back to trigger ensembler service and job workflow
1 parent 79418d5 commit 83ed25d

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

.github/workflows/pyfunc-ensembler-job.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,18 @@ on:
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+
1123
jobs:
1224
test:
1325
runs-on: ubuntu-latest

.github/workflows/pyfunc-ensembler-service.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,18 @@ on:
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+
1123
jobs:
1224
test:
1325
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)