Check some OS 3 times a week (#17182)

This commit is contained in:
Anton Kochkov 2020-06-30 23:47:46 +08:00 committed by GitHub
parent 6b7e2a88bc
commit 114a5a5943
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,8 @@ on:
- 'prerelease*'
- 'release-*'
- 'centos*'
schedule:
- cron: '0 18 * * 1,3,5' # Three-weekly at 18:00 UTC on Monday, Wednesday, and Friday
jobs:
build:

View File

@ -7,6 +7,8 @@ on:
- 'prerelease*'
- 'release-*'
- 'debian*'
schedule:
- cron: '0 18 * * 1,3,5' # Three-weekly at 18:00 UTC on Monday, Wednesday, and Friday
jobs:
build: