Skip to content

Commit

Permalink
Merge pull request #314 from lincc-frameworks/issue/308/dispatch
Browse files Browse the repository at this point in the history
Workflow dispatch for nightly benchmark job
  • Loading branch information
delucchi-cmu authored Nov 6, 2023
2 parents fe9222a + bbd88b7 commit e16287a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ name: Run benchmarks nightly job
on:
schedule:
- cron: 45 6 * * *

workflow_dispatch:

env:
PYTHON_VERSION: "3.10"
WORKING_DIR: {% raw %}${{ github.workspace }}{% endraw %}/benchmarks
Expand Down

0 comments on commit e16287a

Please sign in to comment.