Skip to content

Commit 7201fea

Browse files
committed
chore(ci): add copilot chat notes
1 parent 1104d77 commit 7201fea

File tree

2 files changed

+160
-2
lines changed

2 files changed

+160
-2
lines changed

.github/workflows/reminders.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ on:
3434
# New: Reminds to ask family to support mortgage payment on the 16th of every month at 9 PM Taipei time (1 PM UTC).
3535
- cron: '0 13 16 * *'
3636
# New: Reminds to watch TV with partner every Friday, Saturday, and Sunday at 10 PM Taipei time (2 PM UTC).
37-
- cron: '0 14 * * 5-0'
37+
- cron: '0 14 * * 5,6,0'
3838
workflow_dispatch: # Allows manual triggering
3939

4040
concurrency:
@@ -144,7 +144,7 @@ jobs:
144144
env:
145145
TELEGRAM_BOT2_API_KEY: ${{ secrets.TELEGRAM_BOT2_API_KEY }}
146146
run: python scripts/release/reminders_bot.py --job send_message --message "Time to watch TV with your partner!"
147-
if: github.event.schedule == '0 14 * * 5-0'
147+
if: github.event.schedule == '0 14 * * 5,6,0'
148148

149149
- name: Run Telegram script for test message
150150
env:

0 commit comments

Comments
 (0)