Skip to content

Commit d3c2918

Browse files
authored
Added build-only runners
1 parent 49b617f commit d3c2918

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/transformer-engine-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
build:
3030
name: Build TransformerEngine
3131
# This is a build job, doesn't need GPUs
32-
runs-on: [te-gfx942-4gpu]
32+
runs-on: [build-only]
3333

3434
outputs:
3535
docker-image: ${{ steps.select-image.outputs.image-tag }}

0 commit comments

Comments
 (0)