Skip to content

Commit 8e45317

Browse files
committed
feat(ci): add Gaudi CI in TEI
1 parent b97ee42 commit 8e45317

File tree

1 file changed

+17
-18
lines changed

1 file changed

+17
-18
lines changed

.github/workflows/integration-test.yaml

Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,24 @@
11
name: Run integration tests
22

33
on:
4+
workflow_dispatch:
45
push:
5-
# workflow_dispatch:
6-
# push:
7-
# branches:
8-
# - 'main'
9-
# pull_request:
10-
# paths:
11-
# - ".github/workflows/build.yaml"
12-
# - ".github/workflows/matrix.json"
13-
# - "integration-tests/**"
14-
# - "backends/**"
15-
# - "core/**"
16-
# - "router/**"
17-
# - "Cargo.lock"
18-
# - "rust-toolchain.toml"
19-
# - "Dockerfile"
20-
# - "Dockerfile-intel"
21-
# branches:
22-
# - 'main'
6+
branches:
7+
- 'main'
8+
pull_request:
9+
paths:
10+
- ".github/workflows/build.yaml"
11+
- ".github/workflows/matrix.json"
12+
- "integration-tests/**"
13+
- "backends/**"
14+
- "core/**"
15+
- "router/**"
16+
- "Cargo.lock"
17+
- "rust-toolchain.toml"
18+
- "Dockerfile"
19+
- "Dockerfile-intel"
20+
branches:
21+
- 'main'
2322

2423
jobs:
2524
tests:

0 commit comments

Comments
 (0)