Skip to content

Commit e2cd52c

Browse files
Merge pull request #321 from intellectronica/copilot/update-github-actions-schedule
[WIP] Update GitHub Actions schedule to run once a week on Wednesdays
2 parents 6bfa011 + 5daa2f9 commit e2cd52c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/writeme.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: WRITEME - Scheduled Copilot README Review
22

33
on:
44
schedule:
5-
# Runs at 17:00 UTC every Monday (1) and Thursday (4)
6-
- cron: '0 17 * * 1,4'
5+
# Runs at 17:00 UTC every Wednesday (3)
6+
- cron: '0 17 * * 3'
77
# Optional manual trigger if you ever want to run it on-demand
88
workflow_dispatch: {}
99

0 commit comments

Comments
 (0)