[dev] disable scheduled workflows
This commit is contained in:
parent
8cad91333d
commit
f0b51f4a99
@ -4,8 +4,6 @@ on:
|
||||
push:
|
||||
branches: '*'
|
||||
pull_request:
|
||||
schedule: # Note: coordinate with other tests to not overload runners at the same time of day
|
||||
- cron: '12 01 * * *'
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
@ -4,8 +4,6 @@ on:
|
||||
push:
|
||||
branches: '*'
|
||||
pull_request:
|
||||
schedule: # Note: coordinate with other tests to not overload runners at the same time of day
|
||||
- cron: '14 01 * * *'
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
Loading…
Reference in New Issue
Block a user