Skip to content

Commit e16287a

Browse files
authored
Merge pull request #314 from lincc-frameworks/issue/308/dispatch
Workflow dispatch for nightly benchmark job
2 parents fe9222a + bbd88b7 commit e16287a

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)