Skip to content

[Test] Release Suite Report orchestration #14

[Test] Release Suite Report orchestration

[Test] Release Suite Report orchestration #14

name: "[Test] Release Suite Report orchestration"
# Orchestration workflow that triggers relevant release workflows to create full report in GitHub
# Desktop, Web and Manual regression suites are run in parallel with reporter enabled
on:
workflow_dispatch:
concurrency:
group: orchestration-${{ github.workflow }}-${{ github.run_id }}
cancel-in-progress: false
jobs:
call-test-suite-manual-release:
uses: ./.github/workflows/test-suite-manual-release.yml
secrets: inherit
call-test-suite-desktop-e2e-release:
uses: ./.github/workflows/test-suite-desktop-e2e-release.yml
secrets: inherit
call-test-suite-web-e2e-release:
uses: ./.github/workflows/test-suite-web-e2e-release.yml
secrets: inherit