CI: run sync test every 3 hours

pull/271/head
SChernykh 2023-05-25 10:29:38 +02:00
parent 2cdb8b5323
commit 512064de61
1 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,10 @@
name: Sync test
on: [push, pull_request]
on:
push:
pull_request:
schedule:
- cron: '17 0/3 * * *'
jobs:
sync-test-ubuntu-tsan: