From 1ba97e1aba5adf4241716462dbafb0b88b905df3 Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Mon, 3 Jun 2024 18:05:06 +0200 Subject: [PATCH] Line intervertion. --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 25e57da5..e0398f51 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -17,10 +17,10 @@ concurrency: jobs: run_tests: - runs-on: ${{ matrix.runner }} strategy: matrix: runner: [ubuntu-latest, intel-pvc-tgi] + runs-on: ${{ matrix.runner }} env: SCCACHE_GHA_ENABLED: "on"