Skip to content

RTAUTO-53271:Add script to test maintenance mode functionality #805

RTAUTO-53271:Add script to test maintenance mode functionality

RTAUTO-53271:Add script to test maintenance mode functionality #805

Workflow file for this run

permissions:
contents: read
name: main-workflow
on:
push:
branches: [ main, develop, 'sprint/**', 'release/**' ]
pull_request:
branches: [ main, develop, 'sprint/**', 'release/**' ]
jobs:
trigger-L1:
uses: ./.github/workflows/L1-tests.yml
with:
caller_source: local
secrets:
RDKCM_RDKE: ${{ secrets.RDKCM_RDKE }}
trigger-L2:
uses: ./.github/workflows/L2-tests.yml
with:
caller_source: local
secrets:
RDKCM_RDKE: ${{ secrets.RDKCM_RDKE }}