From 5b208ce3f916069ab42b211dba8b85b7792c8b86 Mon Sep 17 00:00:00 2001 From: Derick Date: Sat, 29 Jun 2024 12:42:28 +0800 Subject: [PATCH] Update sync_status.yml Stop running workflow --- .github/workflows/sync_status.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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