每两个小时运行一次
This commit is contained in:
shanmite 2020-12-01 10:20:07 +08:00 committed by GitHub
parent e30a8a8dc0
commit c8275b03b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ on:
branches:
- main
schedule:
- cron: '0 */4 * * *'
- cron: '0 */2 * * *'
jobs:
lottery:
runs-on: ubuntu-latest