We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ci_pip.yml
1 parent 733df04 commit d883124Copy full SHA for d883124
.github/workflows/ci_pip.yml
@@ -5,7 +5,9 @@ on:
5
branches: ["main"]
6
pull_request:
7
8
-
+ schedule:
9
+ - cron: "0 23 * * 2"
10
+ workflow_dispatch:
11
12
jobs:
13
0 commit comments