Skip to content

Commit

Permalink
fix: Set the default where github context apparently is available.
Browse files Browse the repository at this point in the history
  • Loading branch information
maxemiliang committed Oct 19, 2023
1 parent 7a07e3f commit 3e56f00
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmarker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
inputs:
shot_executable:
description: 'The SHOT executable to run'
default: "shot"
default: ${{ github.workspace }}/build/SHOT
required: false
type: string
benchmark_folder:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ jobs:
with:
benchmark_folder: "MINLP-convex-small"
benchmark_type: "nl"
shot_executable: ${{ github.workspace }}/build/SHOT

# Publish the test results as an output
# publish-test:
Expand Down

0 comments on commit 3e56f00

Please sign in to comment.