Skip to content

Commit

Permalink
chore: update schedule of the workflow
Browse files Browse the repository at this point in the history
Update workflow to run every Monday at 4:00pm
  • Loading branch information
aBurmeseDev committed Aug 28, 2023
1 parent 44422e7 commit c08a3c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/handle-stale-discussions.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: HandleStaleDiscussions
on:
schedule:
- cron: '0 */4 * * *'
- cron: "0 4 * * 1"
discussion_comment:
types: [created]

Expand Down

0 comments on commit c08a3c4

Please sign in to comment.