From 84215ac01a9af60c5f5cee7be6f2dea7fc96e368 Mon Sep 17 00:00:00 2001 From: yasserfaraazkhan Date: Fri, 26 Jan 2024 14:18:16 +0530 Subject: [PATCH] test commit --- .github/workflows/e2e-functional.yml | 38 ++++++++++++++++++++-------- 1 file changed, 28 insertions(+), 10 deletions(-) diff --git a/.github/workflows/e2e-functional.yml b/.github/workflows/e2e-functional.yml index 25ba8dc1..981d9ba3 100644 --- a/.github/workflows/e2e-functional.yml +++ b/.github/workflows/e2e-functional.yml @@ -10,7 +10,7 @@ on: push: branches: - master - - post-zephry-link-channel + # - post-zephry-link-channel pull_request: types: - labeled @@ -67,9 +67,15 @@ jobs: github.event.pull_request.labels && contains(github.event.pull_request.labels.*.name, 'Run Desktop E2E Tests') ) || - ( - github.event_name == 'schedule' || github.event_name == 'workflow_call' - ) + ( + github.event_name == 'schedule' + ) || + ( + github.event_name == 'workflow_call' + ) || + ( + github.event_name == 'workflow_dispatch' + ) }} runs-on: ubuntu-latest steps: @@ -147,9 +153,15 @@ jobs: github.event.pull_request.labels && contains(github.event.pull_request.labels.*.name, 'Run Desktop E2E Tests') ) || - ( - github.event_name == 'schedule' || github.event_name == 'workflow_call' - ) + ( + github.event_name == 'schedule' + ) || + ( + github.event_name == 'workflow_call' + ) || + ( + github.event_name == 'workflow_dispatch' + ) }} runs-on: macos-13 steps: @@ -238,9 +250,15 @@ jobs: github.event.pull_request.labels && contains(github.event.pull_request.labels.*.name, 'Run Desktop E2E Tests') ) || - ( - github.event_name == 'schedule' || github.event_name == 'workflow_call' - ) + ( + github.event_name == 'schedule' + ) || + ( + github.event_name == 'workflow_call' + ) || + ( + github.event_name == 'workflow_dispatch' + ) }} runs-on: windows-2022 steps: