We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cece23 commit 47b8916Copy full SHA for 47b8916
.github/workflows/windows.yml
@@ -102,6 +102,7 @@ jobs:
102
with:
103
path: src\vcpkg_installed
104
key: windows-${{ matrix.os }}-vcpkg-${{ hashFiles('src/vcpkg.json') }}
105
+ if: ${{ github.ref_name == 'master' || startsWith(github.ref_name, 'ruby_') }}
106
107
- name: setup env
108
# Available Ruby versions: https://github.com/actions/runner-images/blob/main/images/windows/Windows2019-Readme.md#ruby
0 commit comments