Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
chhwang committed Dec 27, 2023
1 parent 9488154 commit 7d64f33
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/integration-test-rocm-backup.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: IntegrationTest
name: "IntegrationTest (ROCm)"

on:
push:
Expand All @@ -17,6 +17,9 @@ jobs:
strategy:
matrix:
rocm: [ rocm6.0 ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ matrix.rocm }}
cancel-in-progress: true

steps:
- name: Checkout
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ut-rocm-backup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
strategy:
matrix:
rocm: [ rocm6.0 ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ matrix.rocm }}
cancel-in-progress: true

steps:
- name: Checkout
Expand Down

0 comments on commit 7d64f33

Please sign in to comment.