mirror of
https://github.com/SChernykh/p2pool.git
synced 2025-01-03 09:19:24 +00:00
CI: run sync test every 3 hours
This commit is contained in:
parent
2cdb8b5323
commit
512064de61
1 changed files with 5 additions and 1 deletions
6
.github/workflows/test-sync.yml
vendored
6
.github/workflows/test-sync.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue