Skip to content

Commit 71e6384

Browse files
style(pre-commit): autofix
1 parent 2f58a89 commit 71e6384

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-and-test-cuda.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
build-and-test-cuda:
12-
runs-on: [ self-hosted, linux, ARM64 ]
12+
runs-on: [self-hosted, linux, ARM64]
1313
strategy:
1414
fail-fast: false
1515
matrix:

.github/workflows/build-and-test-daily-arm64.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
build-and-test-daily-arm64:
12-
runs-on: [ self-hosted, linux, ARM64 ]
12+
runs-on: [self-hosted, linux, ARM64]
1313
strategy:
1414
fail-fast: false
1515
matrix:

.github/workflows/build-and-test-daily.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
build-and-test-daily:
12-
runs-on: [ self-hosted, linux, X64 ]
12+
runs-on: [self-hosted, linux, X64]
1313
strategy:
1414
fail-fast: false
1515
matrix:

0 commit comments

Comments
 (0)