Skip to content

Commit 55d41dd

Browse files
committed
[agent-flow] Remove git action about agent-flow module
1 parent 16e1b0a commit 55d41dd

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/elsa-compile.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,12 @@ on:
77
- 'elsa-[0-9]+\.[0-9]+\.x' # 转义小数点,匹配如 elsa-0.1.x
88
paths:
99
- 'elsa/**'
10-
- 'agent-flow/**'
1110
pull_request:
1211
branches:
1312
- 'main'
1413
- 'elsa-[0-9]+\.[0-9]+\.x' # 转义小数点,匹配如 elsa-0.1.x
1514
paths:
1615
- 'elsa/**'
17-
- 'agent-flow/**'
1816

1917
jobs:
2018
build:
@@ -34,9 +32,3 @@ jobs:
3432
run: |
3533
npm install
3634
npm run build
37-
38-
- name: Build agent-flow
39-
working-directory: ./agent-flow
40-
run: |
41-
npm install
42-
npm run build

0 commit comments

Comments
 (0)