diff --git a/.github/workflows/BiWeekly_docker.yml b/.github/workflows/BiWeekly_docker.yml index 7fd6e2ab6f2..b8cec80abcc 100644 --- a/.github/workflows/BiWeekly_docker.yml +++ b/.github/workflows/BiWeekly_docker.yml @@ -3,9 +3,9 @@ name: BiWeekly Release Docker on: #pull_request: #branchs: [ main ] - schedule: - - cron: '0 3 22 * *' # GMT time, 3:00 GMT == 11:00 China Every 22th in a month - - cron: '0 3 8 * *' # GMT time, 3:00 GMT == 11:00 China Every 22th in a month + # schedule: + # - cron: '0 3 22 * *' # GMT time, 3:00 GMT == 11:00 China Every 22th in a month + # - cron: '0 3 8 * *' # GMT time, 3:00 GMT == 11:00 China Every 22th in a month workflow_dispatch: inputs: diff --git a/.github/workflows/chronos-nb-python-spark31.yml b/.github/workflows/chronos-nb-python-spark31.yml index 61ed25e100a..8969dfbf503 100644 --- a/.github/workflows/chronos-nb-python-spark31.yml +++ b/.github/workflows/chronos-nb-python-spark31.yml @@ -2,8 +2,8 @@ name: Chronos NB Python Spark3.1 py38 py39 # Controls when the action will run. on: - schedule: - - cron: '0 15 * * *' # GMT time, 15:00 GMT == 23:00 China + # schedule: + # - cron: '0 15 * * *' # GMT time, 15:00 GMT == 23:00 China pull_request: branches: [ main ] paths: diff --git a/.github/workflows/chronos-notebook-python-spark31.yml b/.github/workflows/chronos-notebook-python-spark31.yml index 5010c1cce80..35bc81fa006 100644 --- a/.github/workflows/chronos-notebook-python-spark31.yml +++ b/.github/workflows/chronos-notebook-python-spark31.yml @@ -10,8 +10,8 @@ permissions: # Controls when the action will run. on: - schedule: - - cron: '0 15 * * *' # GMT time, 15:00 GMT == 23:00 China + # schedule: + # - cron: '0 15 * * *' # GMT time, 15:00 GMT == 23:00 China # Trigger the workflow on pull request events but only for the main branch pull_request: branches: [ main ] diff --git a/.github/workflows/license-scan.yml b/.github/workflows/license-scan.yml index 7fdadea276b..e58f1a2ce3d 100644 --- a/.github/workflows/license-scan.yml +++ b/.github/workflows/license-scan.yml @@ -5,8 +5,8 @@ on: # branches: [ "main" ] # pull_request: # branches: [ "main" ] - schedule: - - cron: '0 3 * * *' + # schedule: + # - cron: '0 3 * * *' # Allows you to run this workflow manually from the Actions tab workflow_dispatch: diff --git a/.github/workflows/llm-c-evaluation.yml b/.github/workflows/llm-c-evaluation.yml index b77e622a1cd..d747454e43f 100644 --- a/.github/workflows/llm-c-evaluation.yml +++ b/.github/workflows/llm-c-evaluation.yml @@ -10,8 +10,8 @@ permissions: # Controls when the action will run. on: - schedule: - - cron: "00 15 * * *" # GMT time, 15:00 GMT == 23:00 Beijing Time + # schedule: + # - cron: "00 15 * * *" # GMT time, 15:00 GMT == 23:00 Beijing Time pull_request: branches: [main] paths: diff --git a/.github/workflows/llm-harness-evaluation.yml b/.github/workflows/llm-harness-evaluation.yml index cca5ffd038b..b03a63ab76d 100644 --- a/.github/workflows/llm-harness-evaluation.yml +++ b/.github/workflows/llm-harness-evaluation.yml @@ -10,8 +10,8 @@ permissions: # Controls when the action will run. on: - schedule: - - cron: "30 12 * * *" # GMT time, 12:30 GMT == 20:30 China + # schedule: + # - cron: "30 12 * * *" # GMT time, 12:30 GMT == 20:30 China pull_request: branches: [main] paths: diff --git a/.github/workflows/llm-nightly-test.yml b/.github/workflows/llm-nightly-test.yml index 2dc69fdcc92..5d0691eaa77 100644 --- a/.github/workflows/llm-nightly-test.yml +++ b/.github/workflows/llm-nightly-test.yml @@ -10,8 +10,8 @@ permissions: # Controls when the action will run. on: - schedule: - - cron: "00 13 * * *" # GMT time, 13:00 GMT == 21:00 China + # schedule: + # - cron: "00 13 * * *" # GMT time, 13:00 GMT == 21:00 China pull_request: branches: [main] paths: diff --git a/.github/workflows/llm-ppl-evaluation.yml b/.github/workflows/llm-ppl-evaluation.yml index 8f8df1a9bda..ae1e606c3cc 100644 --- a/.github/workflows/llm-ppl-evaluation.yml +++ b/.github/workflows/llm-ppl-evaluation.yml @@ -10,8 +10,8 @@ permissions: # Controls when the action will run. on: - schedule: - - cron: "00 12 * * *" # GMT time, 12:00 GMT == 20:00 China + # schedule: + # - cron: "00 12 * * *" # GMT time, 12:00 GMT == 20:00 China pull_request: branches: [main] paths: diff --git a/.github/workflows/llm-whisper-evaluation.yml b/.github/workflows/llm-whisper-evaluation.yml index 85a94101be2..3c77873ded8 100644 --- a/.github/workflows/llm-whisper-evaluation.yml +++ b/.github/workflows/llm-whisper-evaluation.yml @@ -10,8 +10,8 @@ permissions: # Controls when the action will run. on: - schedule: - - cron: "00 13 * * *" # GMT time, 13:00 GMT == 21:00 China + # schedule: + # - cron: "00 13 * * *" # GMT time, 13:00 GMT == 21:00 China pull_request: branches: [main] paths: diff --git a/.github/workflows/llm_performance_tests.yml b/.github/workflows/llm_performance_tests.yml index 59849ba4a4d..5ce6729303e 100644 --- a/.github/workflows/llm_performance_tests.yml +++ b/.github/workflows/llm_performance_tests.yml @@ -10,8 +10,8 @@ permissions: # Controls when the action will run. on: - schedule: - - cron: "30 16 * * *" # GMT time, 16:30 GMT == 00:30 China + # schedule: + # - cron: "30 16 * * *" # GMT time, 16:30 GMT == 00:30 China # please uncomment it for PR tests # pull_request: # branches: [main] diff --git a/.github/workflows/mac_nightly_test.yml b/.github/workflows/mac_nightly_test.yml index f179cbd216e..68e1029f481 100644 --- a/.github/workflows/mac_nightly_test.yml +++ b/.github/workflows/mac_nightly_test.yml @@ -6,8 +6,8 @@ concurrency: on: # pull_request: # branches: [ main ] - schedule: - - cron: '0 13 * * *' # GMT time, 13:00 GMT == 21:00 China + # schedule: + # - cron: '0 13 * * *' # GMT time, 13:00 GMT == 21:00 China workflow_dispatch: inputs: artifact: diff --git a/.github/workflows/nano-nightly-test.yml b/.github/workflows/nano-nightly-test.yml index 17ce1b20eab..4c8070dae47 100644 --- a/.github/workflows/nano-nightly-test.yml +++ b/.github/workflows/nano-nightly-test.yml @@ -2,8 +2,8 @@ name: Nano Nightly Test # Controls when the action will run. on: - schedule: - - cron: '00 13 * * *' # GMT time, 13:00 GMT == 21:00 China + # schedule: + # - cron: '00 13 * * *' # GMT time, 13:00 GMT == 21:00 China pull_request: branches: [ main ] paths: diff --git a/.github/workflows/nightly-build-example-tests-ppml.yaml b/.github/workflows/nightly-build-example-tests-ppml.yaml index 8dd8e42b9bb..57906be39c5 100644 --- a/.github/workflows/nightly-build-example-tests-ppml.yaml +++ b/.github/workflows/nightly-build-example-tests-ppml.yaml @@ -4,8 +4,8 @@ permissions: contents: read on: - schedule: - - cron: '0 17 * * *' + # schedule: + # - cron: '0 17 * * *' workflow_dispatch: inputs: select_running_example: diff --git a/.github/workflows/nightly_build.yml b/.github/workflows/nightly_build.yml index 244e687a3b9..d42b624a1ec 100644 --- a/.github/workflows/nightly_build.yml +++ b/.github/workflows/nightly_build.yml @@ -5,8 +5,8 @@ on: # branches: [ main ] # paths: # - '.github/workflows/nightly_build.yml' - schedule: - - cron: '30 11 * * *' # GMT time, 11:30 GMT == 19:30 China + # schedule: + # - cron: '30 11 * * *' # GMT time, 11:30 GMT == 19:30 China workflow_dispatch: inputs: artifact: diff --git a/.github/workflows/nightly_test.yml b/.github/workflows/nightly_test.yml index 4cf5f77f8c9..e6f8ee8bf62 100644 --- a/.github/workflows/nightly_test.yml +++ b/.github/workflows/nightly_test.yml @@ -5,8 +5,8 @@ on: #pull_request: # branches: [ main ] - schedule: - - cron: '30 15 * * *' # GMT time, 15:30 GMT == 23:30 China + # schedule: + # - cron: '30 15 * * *' # GMT time, 15:30 GMT == 23:30 China workflow_dispatch: inputs: artifact: diff --git a/.github/workflows/performance-regression-test.yml b/.github/workflows/performance-regression-test.yml index 97a7a7119fa..bfa38df3134 100644 --- a/.github/workflows/performance-regression-test.yml +++ b/.github/workflows/performance-regression-test.yml @@ -4,8 +4,8 @@ permissions: contents: read on: - schedule: - - cron: '0 16 * * *' + # schedule: + # - cron: '0 16 * * *' issue_comment: types: [created] pull_request: diff --git a/.github/workflows/python-style-check.yml b/.github/workflows/python-style-check.yml index dca90bec738..ffdc5f9a295 100644 --- a/.github/workflows/python-style-check.yml +++ b/.github/workflows/python-style-check.yml @@ -20,8 +20,8 @@ on: paths: - 'python/**' - '.github/workflows/python-style-check.yml' - schedule: - - cron: '0 16 * * *' + # schedule: + # - cron: '0 16 * * *' # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: diff --git a/.github/workflows/scala-style-check.yml b/.github/workflows/scala-style-check.yml index 487dd485832..793f9250181 100644 --- a/.github/workflows/scala-style-check.yml +++ b/.github/workflows/scala-style-check.yml @@ -19,8 +19,8 @@ on: paths: - 'scala/**' - '.github/workflows/scala-style-check.yml' - schedule: - - cron: '0 15 * * *' + # schedule: + # - cron: '0 15 * * *' # Allows you to run this workflow manually from the Actions tab workflow_dispatch: diff --git a/.github/workflows/sdl_snyk_docker.yml b/.github/workflows/sdl_snyk_docker.yml index 47736640f3a..bff6d7f3b9e 100644 --- a/.github/workflows/sdl_snyk_docker.yml +++ b/.github/workflows/sdl_snyk_docker.yml @@ -6,8 +6,8 @@ permissions: on: # pull_request: # branchs: [ main ] - schedule: - - cron: '0 4 * * 0' # GMT time, 4:00 GMT == 12:00 China Every Sunday + # schedule: + # - cron: '0 4 * * 0' # GMT time, 4:00 GMT == 12:00 China Every Sunday workflow_dispatch: inputs: snyk_image: diff --git a/.github/workflows/sdl_snyk_python.yml b/.github/workflows/sdl_snyk_python.yml index a9684d82058..209342a9189 100644 --- a/.github/workflows/sdl_snyk_python.yml +++ b/.github/workflows/sdl_snyk_python.yml @@ -4,8 +4,8 @@ permissions: contents: read on: - schedule: - - cron: '0 3 * * 0' # GMT time, 3:00 GMT == 11:00 China Every Sunday + # schedule: + # - cron: '0 3 * * 0' # GMT time, 3:00 GMT == 11:00 China Every Sunday # push: # branches: [ "main" ] # pull_request: diff --git a/.github/workflows/sdl_snyk_scala.yml b/.github/workflows/sdl_snyk_scala.yml index eb60dd14ca2..a9937a3a0cf 100644 --- a/.github/workflows/sdl_snyk_scala.yml +++ b/.github/workflows/sdl_snyk_scala.yml @@ -6,8 +6,8 @@ permissions: on: # pull_request: # branchs: [ main ] - schedule: - - cron: '0 4 * * 0' # GMT time, 4:00 GMT == 12:00 China Every Sunday + # schedule: + # - cron: '0 4 * * 0' # GMT time, 4:00 GMT == 12:00 China Every Sunday workflow_dispatch: inputs: snyk_apitoken: diff --git a/.github/workflows/sdl_virus-malware.yml b/.github/workflows/sdl_virus-malware.yml index 2006419214d..31165682b3a 100644 --- a/.github/workflows/sdl_virus-malware.yml +++ b/.github/workflows/sdl_virus-malware.yml @@ -4,8 +4,8 @@ permissions: contents: read on: - schedule: - - cron: '0 3 * * 0' # GMT time, 3:00 GMT == 3:00 China Every Sunday + # schedule: + # - cron: '0 3 * * 0' # GMT time, 3:00 GMT == 3:00 China Every Sunday # push: # branches: [ "main" ] # pull_request: diff --git a/.github/workflows/stable-diffusion-winlog.yml b/.github/workflows/stable-diffusion-winlog.yml index 7b806b1ee6a..091e2b01c39 100644 --- a/.github/workflows/stable-diffusion-winlog.yml +++ b/.github/workflows/stable-diffusion-winlog.yml @@ -6,8 +6,8 @@ permissions: on: # pull_request: # branchs: [ main ] - schedule: - - cron: '0 3 * * *' # GMT time, 3:00 GMT == 3:00 China Everyday + # schedule: + # - cron: '0 3 * * *' # GMT time, 3:00 GMT == 3:00 China Everyday workflow_dispatch: jobs: diff --git a/.github/workflows/url-auto-merge.yml b/.github/workflows/url-auto-merge.yml index 137f082a4d5..96d395ed874 100644 --- a/.github/workflows/url-auto-merge.yml +++ b/.github/workflows/url-auto-merge.yml @@ -4,8 +4,8 @@ permissions: contents: read on: - schedule: - - cron: '0 13 * * 0' # GMT time, 13:00 GMT == 21:00 China + # schedule: + # - cron: '0 13 * * 0' # GMT time, 13:00 GMT == 21:00 China workflow_dispatch: diff --git a/.github/workflows/weekly_test.yml b/.github/workflows/weekly_test.yml index bdbbf762d3c..67403cd4c77 100644 --- a/.github/workflows/weekly_test.yml +++ b/.github/workflows/weekly_test.yml @@ -3,8 +3,8 @@ name: Weekly Test on: #pull_request: #branchs: [ main ] - schedule: - - cron: '0 4 * * 0' # GMT time, 4:00 GMT == 12:00 China Every Sunday + # schedule: + # - cron: '0 4 * * 0' # GMT time, 4:00 GMT == 12:00 China Every Sunday workflow_dispatch: inputs: artifact: