From ec61f330c46e0892c8bc3e80905398b773dba966 Mon Sep 17 00:00:00 2001 From: WhiteMind Date: Wed, 24 Jan 2024 18:35:20 +0800 Subject: [PATCH] tmp: test --- .github/workflows/update_report_snapshot.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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