From ea0efc63800bfeea9bb5a7097684f62fbaa9f699 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98ystein=20Sture?= Date: Fri, 1 Nov 2024 16:56:33 +0100 Subject: [PATCH] Add manual tag input for generating cache in this fork --- .github/workflows/release_cache.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/release_cache.yaml b/.github/workflows/release_cache.yaml index 959e8a1b405aa..70710a93942ef 100644 --- a/.github/workflows/release_cache.yaml +++ b/.github/workflows/release_cache.yaml @@ -4,6 +4,12 @@ name: release-cache on: # yamllint disable-line rule:truthy workflow_dispatch: + inputs: + tag: + description: 'Tag to release cache for.' + required: true + type: string + default: '' push: tags: - '**' # Double ** needed to match tags containing '/'