Skip to content

Commit c3da445

Browse files
Copilotbrunoborges
andauthored
chore: update social post schedule to run on Monday and Thursday
Co-authored-by: brunoborges <129743+brunoborges@users.noreply.github.com>
1 parent c2000d2 commit c3da445

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/social-post.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
name: Weekly Social Post
1+
name: Twice-Weekly Social Post
22

33
on:
44
schedule:
5-
- cron: '0 14 * * 1' # Every Monday at 14:00 UTC (10 AM ET)
5+
- cron: '0 14 * * 1,4' # Every Monday and Thursday at 14:00 UTC (10 AM ET)
66
workflow_dispatch: # Manual trigger
77

88
permissions:

0 commit comments

Comments
 (0)