From 551a4a3759a139c5381e3e091d4ba00dfde45479 Mon Sep 17 00:00:00 2001 From: 7h3Rabbit <62792609+7h3Rabbit@users.noreply.github.com> Date: Mon, 27 Jan 2025 15:45:57 +0100 Subject: [PATCH] Enable Test to be started manually --- .github/workflows/linux.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 059e0e2..9ae9957 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -1,5 +1,6 @@ name: Run Lighthouse plugin on Linux on: + workflow_dispatch: push: branches: - main @@ -35,4 +36,4 @@ jobs: - name: Test global install run: | npm install -g - sitespeed.io --plugins.add @sitespeed.io/plugin-lighthouse --plugins.remove browsertime https://www.sitespeed.io/ \ No newline at end of file + sitespeed.io --plugins.add @sitespeed.io/plugin-lighthouse --plugins.remove browsertime https://www.sitespeed.io/