1
0
mirror of https://github.com/MetaCubeX/meta-rules-dat.git synced 2025-11-03 17:46:54 +08:00

changed built method to scheduled time

This commit is contained in:
loyalsoldier
2019-12-11 05:44:34 +08:00
parent af9855776f
commit ec90e30c1b

View File

@@ -1,7 +1,7 @@
name: Build V2Ray rules dat files
on: [push]
# schedule:
# - cron: "0 0 */1 * *"
on:
schedule:
- cron: "0 19 * * *"
jobs:
build: