Skip to content

Commit fa7af62

Browse files
author
jianggang
authored
feat: modify Gitee repos mirror periodic job cron
1 parent e154eb5 commit fa7af62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gitee-repos-mirror.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Gitee repos mirror periodic job
22
on:
33
schedule:
4-
- cron: '0 1 * * *'
4+
- cron: '0 * * * * ? *'
55
jobs:
66
build:
77
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)