Skip to content

Commit

Permalink
Merge branch 'IntensiveCoLearning:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
DerickIT authored Jun 29, 2024
2 parents 168ddfa + 5b208ce commit 4e508ce
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/sync_status.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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
git push

0 comments on commit 4e508ce

Please sign in to comment.