Skip to content

Commit 707d5ca

Browse files
committed
updates
1 parent 4e7bed9 commit 707d5ca

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/test_containers_gpu.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: CI-Test in AWS for GPU
22

3-
on: [push]
3+
on:
4+
push:
5+
branches:
6+
- ci-test-gpu
47

58
jobs:
69
deploy-runner:
@@ -16,7 +19,7 @@ jobs:
1619
run: |
1720
cml runner \
1821
--cloud=aws \
19-
--cloud-region=us-west \
22+
--cloud-region=us-east-2 \
2023
--cloud-type=g4dn.xlarge \
2124
--labels=cml-gpu
2225
train-model:

0 commit comments

Comments
 (0)