Skip to content

Commit

Permalink
try triggering amd
Browse files Browse the repository at this point in the history
  • Loading branch information
saienduri authored Jan 22, 2025
1 parent dba9427 commit 32d0094
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/amd_workflow.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: AMD PyTorch Job
on:
pull_request:
branches: [ main ]
workflow_dispatch:
inputs:
payload:
Expand Down Expand Up @@ -63,6 +65,6 @@ jobs:
uses: actions/upload-artifact@v4
if: always()
with:
name: run-result
name: run-result-${{ matrix.name }}
path: |
result.json

0 comments on commit 32d0094

Please sign in to comment.