Skip to content

Commit

Permalink
change jobs and time
Browse files Browse the repository at this point in the history
  • Loading branch information
lululutx committed Jul 28, 2023
1 parent 7c2bedd commit e6ddcb5
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 17 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/daily_sync_rq.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Gather RQ statistical data and write it to google sheet

on:
workflow_dispatch:
schedule:
- cron: "30 17 * * *"
# push:
# branches:
# - main
# on:
# workflow_dispatch:
# schedule:
# - cron: "30 17 * * *"
# # push:
# # branches:
# # - main

env:
# please change to your own config.
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/migrate_garmin_cn_to_garmin_global.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Migrate Garmin CN to Garmin Global

on:
workflow_dispatch:
# on:
# workflow_dispatch:

env:
BARK_KEY: ${{ secrets.BARK_KEY }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/migrate_garmin_global_to_garmin_cn.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Migrate Garmin Global to Garmin CN

on:
workflow_dispatch:
# on:
# workflow_dispatch:

env:
BARK_KEY: ${{ secrets.BARK_KEY }}
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/sync_garmin_cn_to_garmin_global.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ on:
workflow_dispatch:
schedule:
# 每6小时检查一次
- cron: "0 */12 * * *"
- cron: "0 23 * * *"
- cron: "0 9 * * *"
push:
branches:
- main
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/sync_garmin_global_to_garmin_cn.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Sync Garmin Global to Garmin CN

on:
workflow_dispatch:
schedule:
# 每6小时检查一次
- cron: "0 */6 * * *"
# on:
# workflow_dispatch:
# schedule:
# # 每6小时检查一次
# - cron: "0 */6 * * *"

env:
# please change to your own config.
Expand Down

0 comments on commit e6ddcb5

Please sign in to comment.