diff --git a/.github/workflows/apexE2E.yml b/.github/workflows/apexE2E.yml index d71f3d09c5..fa07219709 100644 --- a/.github/workflows/apexE2E.yml +++ b/.github/workflows/apexE2E.yml @@ -1,7 +1,8 @@ name: Apex End to End Tests on: - + schedule: + - cron: 10 6 * * * workflow_dispatch: inputs: automationBranch: diff --git a/.github/workflows/coreE2E.yml b/.github/workflows/coreE2E.yml index 5eb4afb74c..953a6722c4 100644 --- a/.github/workflows/coreE2E.yml +++ b/.github/workflows/coreE2E.yml @@ -1,7 +1,8 @@ name: Core End to End Tests on: - + schedule: + - cron: 10 6 * * * workflow_dispatch: inputs: automationBranch: diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index f3096a1bc8..cb43c3548e 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -22,8 +22,6 @@ on: required: false default: true type: boolean - schedule: - - cron: 10 6 * * * jobs: diff --git a/.github/workflows/lspE2E.yml b/.github/workflows/lspE2E.yml index 69913260a1..e472a448a4 100644 --- a/.github/workflows/lspE2E.yml +++ b/.github/workflows/lspE2E.yml @@ -1,7 +1,8 @@ name: LSP End to End Tests on: - + schedule: + - cron: 10 6 * * * workflow_dispatch: inputs: automationBranch: