disable outdated scheduled workflow (#11915)

This commit is contained in:
Shaojun Liu 2024-08-24 07:17:42 +08:00 committed by GitHub
parent 24c279e0ae
commit e5dc4e9123
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 8 additions and 8 deletions

View file

@ -10,8 +10,8 @@ permissions:
# Controls when the action will run. # Controls when the action will run.
on: on:
schedule: # schedule:
- cron: "00 15 * * *" # GMT time, 15:00 GMT == 23:00 Beijing Time # - cron: "00 15 * * *" # GMT time, 15:00 GMT == 23:00 Beijing Time
pull_request: pull_request:
branches: [main] branches: [main]
paths: paths:

View file

@ -10,8 +10,8 @@ permissions:
# Controls when the action will run. # Controls when the action will run.
on: on:
schedule: # schedule:
- cron: "30 12 * * *" # GMT time, 12:30 GMT == 20:30 China # - cron: "30 12 * * *" # GMT time, 12:30 GMT == 20:30 China
pull_request: pull_request:
branches: [main] branches: [main]
paths: paths:

View file

@ -10,8 +10,8 @@ permissions:
# Controls when the action will run. # Controls when the action will run.
on: on:
schedule: # schedule:
- cron: "00 12 * * *" # GMT time, 12:00 GMT == 20:00 China # - cron: "00 12 * * *" # GMT time, 12:00 GMT == 20:00 China
pull_request: pull_request:
branches: [main] branches: [main]
paths: paths:

View file

@ -10,8 +10,8 @@ permissions:
# Controls when the action will run. # Controls when the action will run.
on: on:
schedule: # schedule:
- cron: "00 13 * * *" # GMT time, 13:00 GMT == 21:00 China # - cron: "00 13 * * *" # GMT time, 13:00 GMT == 21:00 China
pull_request: pull_request:
branches: [main] branches: [main]
paths: paths: