Skip to content

Daily End to End Testing #100

Daily End to End Testing

Daily End to End Testing #100

name: Daily End to End Testing
on:
schedule:
- cron: '0 3 * * *'
workflow_dispatch: {}
jobs:
daily_e2e_test:
uses: ./.github/workflows/e2e-testing.yml
with:
environment: "fllm-e2e-aca-daily-${{ github.run_id }}"
deployOpenAi: false
openAiName: fllm-01
openAiResourceGroup: fllm-shared-01
location: EastUS2
notificationsEnabled: false
enableTeardown: false
bypassAndTeardown: false
target: sandbox
secrets: inherit