From 9fae90974b41ff6f7ccb1a8a80755242facf63d7 Mon Sep 17 00:00:00 2001 From: Baptiste Augrain Date: Thu, 8 Feb 2024 19:18:47 +0100 Subject: [PATCH] ci: don't get latest [skip ci] --- .github/workflows/insider-spearhead.yml | 2 +- .github/workflows/stable-spearhead.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/insider-spearhead.yml b/.github/workflows/insider-spearhead.yml index 939322a..2d1f885 100644 --- a/.github/workflows/insider-spearhead.yml +++ b/.github/workflows/insider-spearhead.yml @@ -24,7 +24,7 @@ jobs: VERSIONS_REPOSITORY: ${{ github.repository_owner }}/versions OS_NAME: osx VSCODE_ARCH: arm64 - VSCODE_LATEST: yes + VSCODE_LATEST: ${{ github.event.inputs.dont_update != 'true' }} VSCODE_QUALITY: insider steps: diff --git a/.github/workflows/stable-spearhead.yml b/.github/workflows/stable-spearhead.yml index 482bb13..f44783c 100644 --- a/.github/workflows/stable-spearhead.yml +++ b/.github/workflows/stable-spearhead.yml @@ -24,7 +24,7 @@ jobs: VERSIONS_REPOSITORY: ${{ github.repository_owner }}/versions OS_NAME: osx VSCODE_ARCH: arm64 - VSCODE_LATEST: yes + VSCODE_LATEST: ${{ github.event.inputs.dont_update != 'true' }} VSCODE_QUALITY: stable steps: