Skip to content

Commit 8c547b2

Browse files
authored
Make agenda workflow run on Mondays
Makes the workflow trigger match the comment, thus giving people more time to add agenda items
1 parent df62e1e commit 8c547b2

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)