[dev] disable scheduled workflows

This commit is contained in:
Roy Crihfield 2024-07-19 01:23:42 +08:00
parent 8cad91333d
commit f0b51f4a99
2 changed files with 0 additions and 4 deletions

View File

@ -4,8 +4,6 @@ on:
push: push:
branches: '*' branches: '*'
pull_request: pull_request:
schedule: # Note: coordinate with other tests to not overload runners at the same time of day
- cron: '12 01 * * *'
jobs: jobs:
test: test:

View File

@ -4,8 +4,6 @@ on:
push: push:
branches: '*' branches: '*'
pull_request: pull_request:
schedule: # Note: coordinate with other tests to not overload runners at the same time of day
- cron: '14 01 * * *'
jobs: jobs:
test: test: