We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd4d9ef commit c942057Copy full SHA for c942057
.github/workflows/whl-build-ec2.yaml
@@ -60,7 +60,7 @@ jobs:
60
aws-secret-access-key: ${{ secrets.DEV_AWS_SECRET_ACCESS_KEY }}
61
- name: Start EC2 runner
62
id: start-ec2-runner
63
- uses: CentML/GPUClusterSwitchGithubAction@v1.3.5
+ uses: CentML/GPUClusterSwitchGithubAction@v1.3.9
64
with:
65
mode: start
66
github-token: ${{ secrets.CENTML_PAT }}
@@ -117,7 +117,7 @@ jobs:
117
118
- name: Stop EC2 runner
119
id: stop-ec2-runner
120
121
122
mode: stop
123
0 commit comments