Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
Hardcode auto_push
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarbuzzi committed Jul 2, 2024
1 parent 0864611 commit 45a63e9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/nm-benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ jobs:
gh_action_benchmark_tool: "customBiggerIsBetter"
gh_pages_branch: "nm-gh-pages-trial"
benchmark_data_dir_path: "dev/bench/serving"
auto_push: ${{ inputs.push_benchmark_results_to_gh_pages }}
auto_push: true
reporting_enabled: "true"
github_token: ${{ secrets.GITHUB_TOKEN }}

Expand All @@ -247,7 +247,7 @@ jobs:
gh_action_benchmark_tool: "customSmallerIsBetter"
gh_pages_branch: "nm-gh-pages-trial"
benchmark_data_dir_path: "dev/bench/serving"
auto_push: ${{ inputs.push_benchmark_results_to_gh_pages }}
auto_push: true
reporting_enabled: "true"
github_token: ${{ secrets.GITHUB_TOKEN }}

Expand All @@ -265,7 +265,7 @@ jobs:
gh_action_benchmark_tool: "customBiggerIsBetter"
gh_pages_branch: "nm-gh-pages-trial"
benchmark_data_dir_path: "dev/bench/serving"
auto_push: ${{ inputs.push_benchmark_results_to_gh_pages }}
auto_push: true
reporting_enabled: "false"
github_token: ${{ secrets.GITHUB_TOKEN }}

Expand All @@ -279,7 +279,7 @@ jobs:
gh_action_benchmark_tool: "customBiggerIsBetter"
gh_pages_branch: "nm-gh-pages-trial"
benchmark_data_dir_path: "dev/bench/throughput"
auto_push: ${{ inputs.push_benchmark_results_to_gh_pages }}
auto_push: true
reporting_enabled: "true"
github_token: ${{ secrets.GITHUB_TOKEN }}

Expand All @@ -293,7 +293,7 @@ jobs:
gh_action_benchmark_tool: "customSmallerIsBetter"
gh_pages_branch: "nm-gh-pages-trial"
benchmark_data_dir_path: "dev/bench/throughput"
auto_push: ${{ inputs.push_benchmark_results_to_gh_pages }}
auto_push: true
reporting_enabled: "true"
github_token: ${{ secrets.GITHUB_TOKEN }}

Expand All @@ -311,6 +311,6 @@ jobs:
gh_action_benchmark_tool: "customBiggerIsBetter"
gh_pages_branch: "nm-gh-pages-trial"
benchmark_data_dir_path: "dev/bench/throughput"
auto_push: ${{ inputs.push_benchmark_results_to_gh_pages }}
auto_push: true
reporting_enabled: "false"
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 45a63e9

Please sign in to comment.