From 71e638458fbca26226daffcf8cbe84a8478e7278 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 21:16:20 +0000 Subject: [PATCH] style(pre-commit): autofix --- .github/workflows/build-and-test-cuda.yaml | 2 +- .github/workflows/build-and-test-daily-arm64.yaml | 2 +- .github/workflows/build-and-test-daily.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-and-test-cuda.yaml b/.github/workflows/build-and-test-cuda.yaml index 7816a65894720..ec21cd289cab4 100644 --- a/.github/workflows/build-and-test-cuda.yaml +++ b/.github/workflows/build-and-test-cuda.yaml @@ -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: diff --git a/.github/workflows/build-and-test-daily-arm64.yaml b/.github/workflows/build-and-test-daily-arm64.yaml index c221229004b13..8cc83d18fe995 100644 --- a/.github/workflows/build-and-test-daily-arm64.yaml +++ b/.github/workflows/build-and-test-daily-arm64.yaml @@ -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: diff --git a/.github/workflows/build-and-test-daily.yaml b/.github/workflows/build-and-test-daily.yaml index 0bf050c1e5a55..272b2ad66baf0 100644 --- a/.github/workflows/build-and-test-daily.yaml +++ b/.github/workflows/build-and-test-daily.yaml @@ -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: