Skip to content

Commit

Permalink
build: trigger activity summary on push to branch
Browse files Browse the repository at this point in the history
  • Loading branch information
akaihola committed Aug 2, 2024
1 parent e236330 commit 6dd7222
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/recent-activity-summary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Recent Activity Summary
on: # yamllint disable-line rule:truthy
schedule:
- cron: '0 0 * * MON' # Run every Monday at 00:00 UTC
pull_request:
branches:
- repo-summary-discussion
workflow_dispatch: # Allow manual triggering

jobs:
Expand Down

0 comments on commit 6dd7222

Please sign in to comment.