Skip to content

Commit 695e7a3

Browse files
authored
build: disable workflow cron
Signed-off-by: Athan <[email protected]>
1 parent 3c1842d commit 695e7a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/weekly_standup.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ name: weekly_standup
2222
# Workflow triggers:
2323
on:
2424
# Run this workflow weekly:
25-
schedule:
25+
# schedule:
2626
# cron: '<minutes> <hours> <day_of_month> <month> <day_of_week>'
27-
- cron: '0 0 * * 1'
27+
# - cron: '0 0 * * 1'
2828

2929
# Allow the workflow to be manually run:
3030
workflow_dispatch:

0 commit comments

Comments
 (0)