Skip to content

Commit 40c985a

Browse files
committed
fix: disable cli ci as erp is blocked from github runners
1 parent 8e9ca08 commit 40c985a

File tree

1 file changed

+22
-21
lines changed

1 file changed

+22
-21
lines changed

.github/workflows/cli-ci-test.yaml

Lines changed: 22 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,28 @@
11
name: Integration Test for CLI workflow
22

33
on:
4-
pull_request:
5-
types:
6-
- opened
7-
- synchronize
8-
branches:
9-
- master
10-
paths-ignore:
11-
- "**.md"
12-
- "**.yaml"
13-
- "LICENSE"
14-
- "frontend/**"
15-
- ".github/workflows/frontend-ci-test.yaml"
16-
- ".github/workflows/deploy-gh-pages.yaml"
17-
- ".github/workflows/deploy-gyft-do.yaml"
18-
- "metaploy/**"
19-
- ".gitignore"
20-
- "app.py"
21-
- "wsgi.py"
22-
- ".dockerignore"
23-
- "Dofkerfile"
24-
- "Dofkerfile-dev"
4+
workflow_dispatch:
5+
# pull_request:
6+
# types:
7+
# - opened
8+
# - synchronize
9+
# branches:
10+
# - master
11+
# paths-ignore:
12+
# - "**.md"
13+
# - "**.yaml"
14+
# - "LICENSE"
15+
# - "frontend/**"
16+
# - ".github/workflows/frontend-ci-test.yaml"
17+
# - ".github/workflows/deploy-gh-pages.yaml"
18+
# - ".github/workflows/deploy-gyft-do.yaml"
19+
# - "metaploy/**"
20+
# - ".gitignore"
21+
# - "app.py"
22+
# - "wsgi.py"
23+
# - ".dockerignore"
24+
# - "Dofkerfile"
25+
# - "Dofkerfile-dev"
2526

2627
jobs:
2728
cli-ci:

0 commit comments

Comments
 (0)