Skip to content

Commit

Permalink
Update migrate_garmin_cn_to_garmin_global.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lijiehao1 authored Aug 8, 2023
1 parent 89439bb commit b00ae7e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/migrate_garmin_cn_to_garmin_global.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@ name: Migrate Garmin CN to Garmin Global

on:
workflow_dispatch:

schedule:
# 每6小时检查一次
- cron: "0 23 * * *"
- cron: "0 9 * * *"
push:
branches:
- main
env:
BARK_KEY: ${{ secrets.BARK_KEY }}
GARMIN_USERNAME: ${{ secrets.GARMIN_USERNAME }}
Expand Down

0 comments on commit b00ae7e

Please sign in to comment.