Skip to content

Commit d883124

Browse files
committed
Make ci_pip.yml also run regularly and on-demand (close #828)
1 parent 733df04 commit d883124

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci_pip.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ on:
55
branches: ["main"]
66
pull_request:
77
branches: ["main"]
8-
8+
schedule:
9+
- cron: "0 23 * * 2"
10+
workflow_dispatch:
911

1012
jobs:
1113

0 commit comments

Comments
 (0)