Skip to content

Commit 2462f28

Browse files
committed
fix(ci): change workflow to be triggered nightly
1 parent 8e45317 commit 2462f28

File tree

1 file changed

+2
-17
lines changed

1 file changed

+2
-17
lines changed

.github/workflows/integration-test.yaml

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,8 @@ name: Run integration tests
22

33
on:
44
workflow_dispatch:
5-
push:
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'
5+
schedule:
6+
- cron: '0 0 * * *' # Run the workflow nightly to check Gaudi integration is working
227

238
jobs:
249
tests:

0 commit comments

Comments
 (0)