diff --git a/.github/workflows/update-contributors.yml b/.github/workflows/update-contributors.yml index 40985fe2a..8d6669550 100644 --- a/.github/workflows/update-contributors.yml +++ b/.github/workflows/update-contributors.yml @@ -1,11 +1,8 @@ name: Update Contributors on: - push: - branches: - - main schedule: - - cron: '0 0 * * *' # 每天更新一次 + - cron: '0 0 * * 1' # 每周一更新一次 permissions: contents: write