diff --git a/.github/workflows/sync_status.yml b/.github/workflows/sync_status.yml index dd3918d..83834d8 100644 --- a/.github/workflows/sync_status.yml +++ b/.github/workflows/sync_status.yml @@ -1,10 +1,10 @@ -name: Update README +name: Sync Study Status -on: - schedule: - - cron: '0 0 * * *' # 每天午夜运行 - push: - branches: [ main ] # 每次推送到main分支时也运行 +on: {} + #schedule: + # - cron: '0 0 * * *' # 每天午夜运行 + #push: + # branches: [ main ] # 每次推送到main分支时也运行 jobs: update-readme: @@ -29,4 +29,4 @@ jobs: git config --local user.name "GitHub Action" git add README.md git commit -m "Update commit status table" || exit 0 - git push \ No newline at end of file + git push