Skip to content
This repository was archived by the owner on Jan 26, 2026. It is now read-only.

Commit 14a862a

Browse files
authored
restrict to base runners
1 parent 445b39a commit 14a862a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ defaults:
77
jobs:
88
build_and_test:
99
name: building and testing ddptensor
10-
runs-on: self-hosted
10+
runs-on: [self-hosted, dds-base]
1111
container:
1212
image: amr-registry-pre.caas.intel.com/tpi/ddpt
1313
options: --device=/dev/dri --shm-size=3000M

0 commit comments

Comments
 (0)