diff --git a/.github/workflows/migrate_garmin_cn_to_garmin_global.yml b/.github/workflows/migrate_garmin_cn_to_garmin_global.yml index 7ae200ac..ecf436af 100644 --- a/.github/workflows/migrate_garmin_cn_to_garmin_global.yml +++ b/.github/workflows/migrate_garmin_cn_to_garmin_global.yml @@ -1,14 +1,7 @@ name: Migrate Garmin CN to Garmin Global - on: - workflow_dispatch: - schedule: - # 每6小时检查一次 - - cron: "0 23 * * *" - - cron: "0 9 * * *" - push: - branches: - - main + #on: + #workflow_dispatch: env: BARK_KEY: ${{ secrets.BARK_KEY }} GARMIN_USERNAME: ${{ secrets.GARMIN_USERNAME }}