Skip to content

Commit 3e3a28b

Browse files
authored
update workflow (#37)
1 parent c942057 commit 3e3a28b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/whl-build-ec2.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
aws-secret-access-key: ${{ secrets.DEV_AWS_SECRET_ACCESS_KEY }}
6161
- name: Start EC2 runner
6262
id: start-ec2-runner
63-
uses: CentML/GPUClusterSwitchGithubAction@v1.3.9
63+
uses: CentML/GPUClusterSwitchGithubAction@v1.3.10
6464
with:
6565
mode: start
6666
github-token: ${{ secrets.CENTML_PAT }}
@@ -117,7 +117,7 @@ jobs:
117117
aws-secret-access-key: ${{ secrets.DEV_AWS_SECRET_ACCESS_KEY }}
118118
- name: Stop EC2 runner
119119
id: stop-ec2-runner
120-
uses: CentML/GPUClusterSwitchGithubAction@v1.3.9
120+
uses: CentML/GPUClusterSwitchGithubAction@v1.3.10
121121
with:
122122
mode: stop
123123
github-token: ${{ secrets.CENTML_PAT }}

0 commit comments

Comments
 (0)