From 020c8d1a886d2caef82370cbac496de02f916b26 Mon Sep 17 00:00:00 2001 From: David Sanders Date: Wed, 5 Feb 2025 15:55:29 -0800 Subject: [PATCH] ci: add optional Electron version input to test workflow dispatch --- .github/workflows/test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f8ac364..6e55697 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,6 +7,9 @@ on: required: true type: string workflow_dispatch: + inputs: + electron-version: + type: string schedule: - cron: '0 19 * * 1-5' push: