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 11name : Run integration tests
22
33on :
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
2423jobs :
2524 tests :
You can’t perform that action at this time.
0 commit comments