From 484cda3728c9b16278557fb080ceb64301d1b259 Mon Sep 17 00:00:00 2001 From: Markus Pettersson Date: Mon, 16 Oct 2023 11:35:40 +0200 Subject: [PATCH] Add manual trigger to e2e-test github action Add a manual trigger for running the end-to-end tests with github actions. The manual trigger takes as input a signed tag for determining which artifacts to fetch from the build server. --- .github/workflows/desktop-e2e.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/desktop-e2e.yml b/.github/workflows/desktop-e2e.yml index 91c6320c01ac..e7bb6154b1ab 100644 --- a/.github/workflows/desktop-e2e.yml +++ b/.github/workflows/desktop-e2e.yml @@ -1,4 +1,3 @@ ---- name: Desktop - End-to-end testing on supported platforms on: schedule: