Skip to content

Commit

Permalink
chore: run need repro cron job check only at 3am
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding authored Oct 10, 2024
1 parent 0d1c6e2 commit 30619d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/need-repro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
issue_comment:
types: [created]
schedule:
# Schedule every day at 00:05
# Schedule every day to run once at 03:05am
- cron: '5 3 * * *'

jobs:
Expand Down

0 comments on commit 30619d4

Please sign in to comment.