From ac27539442c74a9607a6fbff2070867c7fe8ef60 Mon Sep 17 00:00:00 2001 From: CaCO3 Date: Sun, 29 Jan 2023 20:35:07 +0100 Subject: [PATCH] Update and rename update-webinstaller.yml to manual-update-webinstaller.yml --- ...update-webinstaller.yml => manual-update-webinstaller.yml} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{update-webinstaller.yml => manual-update-webinstaller.yml} (96%) diff --git a/.github/workflows/update-webinstaller.yml b/.github/workflows/manual-update-webinstaller.yml similarity index 96% rename from .github/workflows/update-webinstaller.yml rename to .github/workflows/manual-update-webinstaller.yml index f44ec79b..18d46130 100644 --- a/.github/workflows/update-webinstaller.yml +++ b/.github/workflows/manual-update-webinstaller.yml @@ -3,7 +3,7 @@ # - Changes to the docs folder in the `rolling` branch # - On a release -name: Update Web Installer +name: Manual Web Installer Update on: repository_dispatch: # Run on manual trigger @@ -14,7 +14,7 @@ on: # - docs # The path filter somehow does not work, so lets run it on every change to rolling jobs: - update-web-installer: + manually-update-web-installer: environment: name: github-pages url: ${{ steps.deployment.outputs.page_url }}