Skip to content

Commit

Permalink
Correctly get run_id and run_attempt (#2426)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: #2426

Reviewed By: atalman

Differential Revision: D61606745

Pulled By: kit1980

fbshipit-source-id: 7a7ce4bfcef2e4309e07589ed0171f96fb478cf1
  • Loading branch information
kit1980 authored and facebook-github-bot committed Aug 21, 2024
1 parent 5a121b6 commit 96200f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/_linux-benchmark-cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ jobs:
path: benchmark-output/
- name: Copy artifact and upload to Amazon S3
env:
WORKFLOW_RUN_ID: ${{ github.event.workflow_run.id }}
WORKFLOW_RUN_ATTEMPT: ${{ github.event.workflow_run.run_attempt }}
WORKFLOW_RUN_ID: ${{ github.run_id }}
WORKFLOW_RUN_ATTEMPT: ${{ github.run_attempt }}
run: |
. "${SETUP_SCRIPT}"
pushd benchmark
Expand Down

0 comments on commit 96200f7

Please sign in to comment.