From b40fc378b5586d83d96c52f8f1949b6d54085e24 Mon Sep 17 00:00:00 2001 From: Wouter Goedhart Date: Tue, 24 Dec 2024 15:06:39 +0100 Subject: [PATCH] Add condition to ruby install in Windows pipeline --- .github/workflows/windows.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 1140583ca5..c8a80f8202 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -182,6 +182,7 @@ jobs: overwrite: true - name: 💎 Setup ruby + if: github.event_name == 'release' && startsWith(github.ref, 'refs/tags/v') uses: ruby/setup-ruby@v1 with: ruby-version: '3.2' # Not needed with a .ruby-version file