test commit

This commit is contained in:
yasserfaraazkhan 2024-01-26 14:18:16 +05:30
parent eee4b19b6c
commit 84215ac01a

View file

@ -10,7 +10,7 @@ on:
push:
branches:
- master
- post-zephry-link-channel
# - post-zephry-link-channel
pull_request:
types:
- labeled
@ -68,7 +68,13 @@ jobs:
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
@ -148,7 +154,13 @@ jobs:
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
@ -239,7 +251,13 @@ jobs:
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