Skip to content

Commit 5dbc531

Browse files
authored
Enable AMD MI200 and H100 to run on branches for testing (#4238)
1 parent 194b004 commit 5dbc531

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/amd-mi200.yml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: amd-mi200
33
on:
44
schedule:
55
- cron: "0 0 * * *"
6+
workflow_dispatch:
67

78
concurrency:
89
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/nv-h100.yml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: nv-h100
33
on:
44
schedule:
55
- cron: "0 0 * * *"
6+
workflow_dispatch:
67

78
concurrency:
89
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)