Skip to content

Commit

Permalink
Test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmesamster committed Aug 7, 2024
1 parent b9ebf70 commit 5d68654
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,11 @@ jobs:
export PATH="/root/.cargo/bin:$PATH"
. "/root/.cargo/env"
source ~/.bashrc
echo "PR head repo: ${{ steps.pr_details.outputs.owner }}
echo "PR head repo: ${{ steps.pr_details.outputs.owner }}"
echo "PR head owner: ${{ steps.pr_details.outputs.repo }}"
ruby scripts/tools/run_benchmarks.rb PR~${{ ${{ github.event.inputs.pr_id }}" }}
ruby scripts/tools/run_benchmarks.rb PR~${{ github.event.inputs.pr_id }}
env:
REPO_NAME: ${{ steps.pr_details.outputs.repo }}"
REPO_NAME: ${{ steps.pr_details.outputs.repo }}
REPO_OWNER: ${{ steps.pr_details.outputs.owner }}
- name: List files in the results folder
run: |
Expand Down

0 comments on commit 5d68654

Please sign in to comment.