ci: add cron to activity notifications [skip ci] (#13959)

Set GitHub activity notifications to run on Monday mornings
This commit is contained in:
Elliot DeNolf
2025-09-29 11:10:47 -04:00
committed by GitHub
parent 2514e4ddc3
commit 6d995ffb91

View File

@@ -1,6 +1,8 @@
name: activity-notifications
on:
schedule:
- cron: '0 11 * * 1'
workflow_dispatch:
inputs:
debug: