File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 workflow_dispatch :
55 push :
66 branches :
7- - ' main'
7+ - " main"
88 tags :
9- - ' v* '
9+ - " v* "
1010 pull_request :
1111 paths :
1212 - " .github/workflows/build.yaml"
1919 - " rust-toolchain.toml"
2020 - " Dockerfile"
2121 branches :
22- - ' main'
22+ - " main"
2323
2424jobs :
2525 matrix :
@@ -126,7 +126,7 @@ jobs:
126126 context : .
127127 file : ${{ matrix.dockerfile }}
128128 push : ${{ github.event_name != 'pull_request' }}
129- platforms : ' linux/amd64'
129+ platforms : " linux/amd64"
130130 build-args : |
131131 SCCACHE_GHA_ENABLED=${{ matrix.sccache }}
132132 CUDA_COMPUTE_CAP=${{ matrix.cudaComputeCap }}
@@ -168,7 +168,7 @@ jobs:
168168 target : grpc
169169 file : ${{ matrix.dockerfile }}
170170 push : ${{ github.event_name != 'pull_request' }}
171- platforms : ' linux/amd64'
171+ platforms : " linux/amd64"
172172 build-args : |
173173 SCCACHE_GHA_ENABLED=${{ matrix.sccache }}
174174 CUDA_COMPUTE_CAP=${{ matrix.cudaComputeCap }}
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Run integration tests
33on :
44 workflow_dispatch :
55 schedule :
6- - cron : ' 0 0 * * *' # Run the workflow nightly to check Gaudi integration is working
6+ - cron : " 0 0 * * *" # Run the workflow nightly to check Gaudi integration is working
77
88jobs :
99 tests :
Original file line number Diff line number Diff line change 2929 steps :
3030 - name : Checkout repository
3131 uses : actions/checkout@v6
32- - uses : actions-rust-lang/setup-rust-toolchain@v1
32+ - uses : actions-rust-lang/setup-rust-toolchain@v1.15.2
3333 - name : Run sccache-cache
3434 uses : mozilla-actions/sccache-action@v0.0.9
3535 with :
You can’t perform that action at this time.
0 commit comments