Skip to content

Commit 7792af9

Browse files
committed
make mpl-head a cron job
1 parent 3aeef6f commit 7792af9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/mpl-head.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
name: CI MPL HEAD
33

44
on:
5-
pull_request:
5+
schedule:
6+
- cron: "00 14 * * 1-5"
67

78
jobs:
89
getVersion:

0 commit comments

Comments
 (0)