Browse Source

Update send-email.yml

Yawei sun 8 months ago
parent
commit
6f90df0fa8
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .github/workflows/send-email.yml

+ 3 - 0
.github/workflows/send-email.yml

@@ -5,6 +5,9 @@ on:
     # 从 00:00 到 10:00 UTC,每 2 小时运行一次(对应北京时间 08:00 到 06:00)
     - cron: '0 0-10/2 * * *'
 
+  # Allows you to run this workflow manually from the Actions tab on GitHub.
+  workflow_dispatch:
+
 jobs:
   notify:
     runs-on: ubuntu-latest