diff --git a/.github/workflows/execute_advanced_tests.yaml b/.github/workflows/execute_advanced_tests.yaml index e8a4683812..b27c6f6f21 100644 --- a/.github/workflows/execute_advanced_tests.yaml +++ b/.github/workflows/execute_advanced_tests.yaml @@ -19,10 +19,10 @@ on: type: boolean required: false default: false - schedule: + # schedule: # run at 6AM UTC Daily # 6AM UTC -> 11PM PT - - cron: "0 6 * * *" + # - cron: "0 6 * * *" jobs: e2e-stateful-upgrade-test: @@ -116,4 +116,4 @@ jobs: status: ${{ job.status }} fields: repo,message,commit,author,action,eventName,ref,workflow,job,took env: - SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_CI_ALERTS }} \ No newline at end of file + SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_CI_ALERTS }}