Skip to content

Commit

Permalink
fix path to gh_runner workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
dingp committed Aug 30, 2024
1 parent 35b6574 commit 76ac437
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmarking.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:

jobs:
build:
runs-on: self-hosted
runs-on: [self-hosted, pm-login]
name: Build and push images
if: ${{ github.event.inputs.run_build == 'true' }}
env:
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
- name: Untar and uncompress logs
run: |
for runner in pm-login exalearn5; do
tar -xzf /home/runner/work/self_hosted_runner/self_hosted_runner/logs/run/log_files_${runner}.tar.gz -C /home/runner/work/self_hosted_runner/self_hosted_runner/logs/run
tar -xzf ${{ github.workspace }}/logs/run/log_files_${runner}.tar.gz -C ${{ github.workspace }}/logs/run
done
- name: Debug input directory
Expand Down

0 comments on commit 76ac437

Please sign in to comment.