diff --git a/.github/workflows/desktop-e2e.yml b/.github/workflows/desktop-e2e.yml index 2f692a6b206e..d922c19713a3 100644 --- a/.github/workflows/desktop-e2e.yml +++ b/.github/workflows/desktop-e2e.yml @@ -1,6 +1,11 @@ --- name: Desktop - End-to-end testing on supported platforms on: + workflow_dispatch: + inputs: + tag: + description: 'Signed tag' + required: true schedule: - cron: '0 0 * * *' # TODO(markus,david): Remove before merging to main @@ -25,6 +30,7 @@ jobs: shell: bash -ieo pipefail {0} env: TEST_OSES: ${{ matrix.os }} + TAG: ${{ github.event.inputs.tag }} run: | ./test/ci-runtests.sh ${{ matrix.os }}