Skip to content

Commit bbd88b7

Browse files
committed
Workflow dispatch for nightly benchmark job
1 parent 8330eb6 commit bbd88b7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

python-project-template/.github/workflows/{% if include_benchmarks %}asv-nightly.yml{% endif %}.jinja

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ name: Run benchmarks nightly job
77
on:
88
schedule:
99
- cron: 45 6 * * *
10-
10+
workflow_dispatch:
11+
1112
env:
1213
PYTHON_VERSION: "3.10"
1314
WORKING_DIR: {% raw %}${{ github.workspace }}{% endraw %}/benchmarks

0 commit comments

Comments
 (0)