Skip to content

Commit 1da50cb

Browse files
committed
Add placeholder GPU test workflow
1 parent 38a2f0e commit 1da50cb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/gpu-tests.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
name: GPU Tests
2+
on:
3+
workflow_dispatch:
4+
jobs:
5+
placeholder:
6+
runs-on: ubuntu-latest
7+
steps:
8+
- run: echo "Placeholder workflow"

0 commit comments

Comments
 (0)