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:
parent
3aefa52b21
commit
e7fdaa7019
|
|
@ -18,7 +18,7 @@ on:
|
||||||
types: [conformance-test]
|
types: [conformance-test]
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '*/30 * * * *'
|
- cron: '0 */8 * * *'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue