diff --git a/.github/workflows/windows-nightly-ci.yml b/.github/workflows/windows-nightly-ci.yml index dae4b4a6..2e45dcc0 100644 --- a/.github/workflows/windows-nightly-ci.yml +++ b/.github/workflows/windows-nightly-ci.yml @@ -87,14 +87,14 @@ jobs: - stop-ec2-instance: - needs: [ start-ec2-instance, run-tests ] - if: always() - uses: ./.github/workflows/remove-runner.yml - with: - ec2-instance-id: ${{ needs.start-ec2-instance.outputs.ec2-instance-id }} - ec2-runner-label: ${{ needs.start-ec2-instance.outputs.instance_label }} - secrets: - aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} - aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} - github-token: ${{ secrets.GH_RUNNER_API_TOKEN }} +# stop-ec2-instance: +# needs: [ start-ec2-instance, run-tests ] +# if: always() +# uses: ./.github/workflows/remove-runner.yml +# with: +# ec2-instance-id: ${{ needs.start-ec2-instance.outputs.ec2-instance-id }} +# ec2-runner-label: ${{ needs.start-ec2-instance.outputs.instance_label }} +# secrets: +# aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} +# aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} +# github-token: ${{ secrets.GH_RUNNER_API_TOKEN }}