Skip to content

Commit

Permalink
disable scheduled workflows (#5168)
Browse files Browse the repository at this point in the history
  • Loading branch information
liu-shaojun authored Mar 26, 2024
1 parent b62faa3 commit ca9de76
Show file tree
Hide file tree
Showing 25 changed files with 51 additions and 51 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/BiWeekly_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/chronos-nb-python-spark31.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/chronos-notebook-python-spark31.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/license-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/llm-c-evaluation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/llm-harness-evaluation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/llm-nightly-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/llm-ppl-evaluation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/llm-whisper-evaluation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/llm_performance_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/mac_nightly_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nano-nightly-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nightly-build-example-tests-ppml.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ permissions:
contents: read

on:
schedule:
- cron: '0 17 * * *'
# schedule:
# - cron: '0 17 * * *'
workflow_dispatch:
inputs:
select_running_example:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nightly_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nightly_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/performance-regression-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ permissions:
contents: read

on:
schedule:
- cron: '0 16 * * *'
# schedule:
# - cron: '0 16 * * *'
issue_comment:
types: [created]
pull_request:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/python-style-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/scala-style-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sdl_snyk_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sdl_snyk_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sdl_snyk_scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sdl_virus-malware.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/stable-diffusion-winlog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/url-auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/weekly_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ca9de76

Please sign in to comment.