Skip to content

Commit

Permalink
change trigger for action
Browse files Browse the repository at this point in the history
  • Loading branch information
martinacantaro committed May 8, 2024
1 parent 3759537 commit 66b0d73
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/daily_pr_summary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ on:
schedule:
# Run this every day at 9am and 6pm
- cron: '0 9,18 * * *'
push:
branches:
- "pr-summary-automation"
pull_request:
branches:
- "main"
paths:
- ".github/workflows/test.yaml"



jobs:
pr-reporter-slack:
Expand Down

0 comments on commit 66b0d73

Please sign in to comment.