Skip to content

Commit

Permalink
added pr-check script for a cron
Browse files Browse the repository at this point in the history
Signed-off-by: Viktor Kramarenko <[email protected]>
  • Loading branch information
ViktorKram committed Aug 15, 2024
1 parent cc8f472 commit 8548400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prs-summary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ name: PR Summary

on:
schedule:
- cron: "0 7 * * 1-5" # Runs on every day-of-week from Monday through Friday at 7 AM UTC (10 AM MSK)
- cron: ${{ secrets.PR_SUMMARY_SCHEDULE }}
workflow_dispatch:

defaults:
Expand Down

0 comments on commit 8548400

Please sign in to comment.