Change PR test schedule to run every 6 hours (#14218)
This commit is contained in:
@@ -2,7 +2,7 @@ name: PR Test
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 */3 * * *' # Run every 3 hours
|
- cron: '0 */6 * * *' # Run every 6 hours
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|||||||
Reference in New Issue
Block a user