We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e45317 commit 2462f28Copy full SHA for 2462f28
.github/workflows/integration-test.yaml
@@ -2,23 +2,8 @@ name: Run integration tests
2
3
on:
4
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
21
+ schedule:
+ - cron: '0 0 * * *' # Run the workflow nightly to check Gaudi integration is working
22
23
jobs:
24
tests:
0 commit comments