Skip to content

Commit 5d8a804

Browse files
committed
cron: (once) every month
1 parent 2495519 commit 5d8a804

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/train_mnist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
workflow_dispatch:
66
schedule:
7-
- cron: '0 */6 * * *' # Every 6 hours
7+
- cron: '0 0 1 * *' # Every month
88

99
jobs:
1010
train:

0 commit comments

Comments
 (0)