Skip to content

Commit

Permalink
Update unreleased_rocm.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorMirosavljevicHTEC authored Jul 24, 2024
1 parent 3a24691 commit 241290d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/unreleased_rocm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ on:
performance_reports_repo:
description: Repository where performance reports are stored
required: true
default: 'ROCm/migraphx-reports'
default: 'IgorMirosavljevicHTEC/migraphx-reports'
benchmark_utils_repo:
description: Repository where benchmark utils are stored
required: true
default: "ROCm/migraphx-benchmark-utils"
default: "IgorMirosavljevicHTEC/migraphx-benchmark-utils"
organization:
description: Organization based on which location of files will be different
required: true
default: "AMD"
default: "HTEC"
result_number:
description: Last N results
required: true
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
call_reusable:
needs: get_config
uses: ROCm/migraphx-benchmark/.github/workflows/unreleased_rocm.yml@main
uses: IgorMirosavljevicHTEC/migraphx-benchmark/.github/workflows/unreleased_rocm.yml@main
with:
unreleased_rocm: ${{ github.event.inputs.unreleased_rocm || '' }}
branch_name: ${{ github.event.inputs.branch_name || 'develop' }}
Expand All @@ -91,4 +91,4 @@ jobs:
secrets:
gh_token: ${{ secrets.MIGRAPHX_BOT_TOKEN }}
mail_user: ${{ secrets.MAIL_USERNAME }}
mail_pass: ${{ secrets.MAIL_PASSWORD }}
mail_pass: ${{ secrets.MAIL_PASSWORD }}

0 comments on commit 241290d

Please sign in to comment.