Skip to content

Commit 3838c04

Browse files
committed
Fix formatting in YAML files
1 parent 92c6ae7 commit 3838c04

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/build.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ on:
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"
@@ -19,7 +19,7 @@ on:
1919
- "rust-toolchain.toml"
2020
- "Dockerfile"
2121
branches:
22-
- 'main'
22+
- "main"
2323

2424
jobs:
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 }}

.github/workflows/integration-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Run integration tests
33
on:
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

88
jobs:
99
tests:

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
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:

0 commit comments

Comments
 (0)