From 673cdd714921124fae8ecd3c3a405e37a8ece404 Mon Sep 17 00:00:00 2001 From: Matt Mastracci Date: Wed, 28 Jun 2023 14:44:39 -0600 Subject: chore: Don't reconfigure storage on XL runners (#19641) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/ci.yml') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ec5b578fd..d197c2b5f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -101,7 +101,7 @@ jobs: RUST_BACKTRACE: full steps: - name: Reconfigure Windows Storage - if: '!(github.event_name == ''pull_request'' && matrix.skip_pr) && (startsWith(matrix.os, ''windows''))' + if: '!(github.event_name == ''pull_request'' && matrix.skip_pr) && (startsWith(matrix.os, ''windows'') && !endsWith(matrix.os, ''-xl''))' shell: pwsh run: |- New-Item -ItemType "directory" -Path "$env:TEMP/__target__" -- cgit v1.2.3