Reduce conformance test run frequency.

Run conformance tests against master every 8 hours instead of 30 minutes.

Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
This commit is contained in:
Bernd Verst 2022-08-29 11:43:04 -07:00 committed by GitHub
parent 3aefa52b21
commit e7fdaa7019
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ on:
types: [conformance-test]
workflow_dispatch:
schedule:
- cron: '*/30 * * * *'
- cron: '0 */8 * * *'
pull_request:
branches:
- master