Skip to content

Commit

Permalink
[CI] test
Browse files Browse the repository at this point in the history
  • Loading branch information
CSY-ModelCloud committed Jan 6, 2025
1 parent b45890a commit d4218f0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/unit_tests_rocm.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Unit Tests ROCM
name: Unit Tests ROCM-${{ github.event.inputs.note }}

defaults:
run:
Expand All @@ -8,6 +8,10 @@ on:
repository_dispatch:
workflow_dispatch:
inputs:
note:
description: 'Note'
required: false
default: ''
repo:
description: 'GitHub repo {owner}/{repo}'
required: false
Expand Down

0 comments on commit d4218f0

Please sign in to comment.