ci: add cron to activity notifications [skip ci] (#13959)
Set GitHub activity notifications to run on Monday mornings
This commit is contained in:
2
.github/workflows/activity-notifications.yml
vendored
2
.github/workflows/activity-notifications.yml
vendored
@@ -1,6 +1,8 @@
|
||||
name: activity-notifications
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 11 * * 1'
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
debug:
|
||||
|
||||
Reference in New Issue
Block a user