Skip to content

Commit 07e0db9

Browse files
MikeRalphsonchar0n
authored andcommitted
Make agenda workflow run on Mondays
Makes the workflow trigger match the comment, thus giving people more time to add agenda items
1 parent 893b366 commit 07e0db9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/agenda.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ name: agenda
1111

1212
on:
1313
schedule:
14-
- cron: '0 9 * * 2'
14+
- cron: '0 9 * * 1'
1515
workflow_dispatch: {}
1616

1717
jobs:

0 commit comments

Comments
 (0)