Skip to content

Commit 39ee9a4

Browse files
committed
fix: run meeting job every day
1 parent bb62c48 commit 39ee9a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/meetings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- master
77
schedule:
8-
- cron: '0 0 * * 1'
8+
- cron: '0 0 * * *'
99
jobs:
1010
meeting:
1111
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)