1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

Fix bugs and enhance code. 4.0.142

This commit is contained in:
winlin 2021-07-17 19:16:26 +08:00
parent 66a696efe0
commit afa32910c9
6 changed files with 23 additions and 18 deletions

View file

@ -18,7 +18,8 @@ on:
# The branches below must be a subset of the branches above
branches: [ 4.0release, develop ]
schedule:
- cron: '43 11 * * 0'
# '20 19 * * 6' means 'At 19:20, only on Saturday' @see https://crontab.cronhub.io/
- cron: '20 19 * * 6'
jobs:
analyze: