Skip to content

Commit d563a2a

Browse files
authored
CI: Update runner configuration for test workflow.
1 parent 0984cfe commit d563a2a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test-brev-tutorial-docker-images.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ on:
1010

1111
jobs:
1212
test-tutorial:
13-
runs-on: [nv-gpu-t4, linux]
13+
runs-on:
14+
- self-hosted
15+
- linux
16+
- nv-gpu-t4
1417
steps:
1518
- name: Checkout repository
1619
uses: actions/checkout@v4

0 commit comments

Comments
 (0)