diff --git a/.github/workflows/update_report_snapshot.yaml b/.github/workflows/update_report_snapshot.yaml index cdaf3f33..a0edca3b 100644 --- a/.github/workflows/update_report_snapshot.yaml +++ b/.github/workflows/update_report_snapshot.yaml @@ -1,6 +1,8 @@ name: Update Report Snapshot on: + push: + branches: [ feat/338_WeeklyReportScript ] workflow_dispatch: schedule: - cron: '0 0 * * 1' @@ -33,5 +35,5 @@ jobs: title: Update Report Snapshot commit-message: 'feat: update report snapshot' body: 'After this PR is merged, a corresponding discussion will be automatically created' - committer: Chen Yu + committer: WhiteMind branch: update-report-snapshot