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.
1 parent 031f713 commit 4bf2363Copy full SHA for 4bf2363
.github/workflows/github-actions.yml
@@ -4,6 +4,9 @@ on:
4
branches: main
5
pull_request:
6
7
+ workflow_dispatch:
8
+ schedule:
9
+ - cron: '0 14 * * *' # 2pm UTC == 9am EST
10
jobs:
11
generate_python_matrix:
12
runs-on: ubuntu-latest
0 commit comments