Skip to content

Commit

Permalink
style(pre-commit): autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Jun 6, 2024
1 parent 2f58a89 commit 71e6384
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-cuda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
build-and-test-cuda:
runs-on: [ self-hosted, linux, ARM64 ]
runs-on: [self-hosted, linux, ARM64]
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-daily-arm64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
build-and-test-daily-arm64:
runs-on: [ self-hosted, linux, ARM64 ]
runs-on: [self-hosted, linux, ARM64]
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-daily.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
build-and-test-daily:
runs-on: [ self-hosted, linux, X64 ]
runs-on: [self-hosted, linux, X64]
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 71e6384

Please sign in to comment.