File tree Expand file tree Collapse file tree 1 file changed +17
-18
lines changed Expand file tree Collapse file tree 1 file changed +17
-18
lines changed Original file line number Diff line number Diff line change 1
1
name : Run integration tests
2
2
3
3
on :
4
+ workflow_dispatch :
4
5
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'
23
22
24
23
jobs :
25
24
tests :
You can’t perform that action at this time.
0 commit comments