diff --git a/.github/workflows/cifar_benchmark.yaml b/.github/workflows/cifar_benchmark.yaml index b646fd611..93149a8f9 100644 --- a/.github/workflows/cifar_benchmark.yaml +++ b/.github/workflows/cifar_benchmark.yaml @@ -59,7 +59,7 @@ jobs: aws-region: ${{ secrets.AWS_REGION }} - name: Start CIFAR-10 8-bit runner id: start-cifar10-8bit-runner - uses: machulav/ec2-github-runner@4e0303de215db88e1c489e07a15ca4d867f488ea + uses: machulav/ec2-github-runner@2c4d1dcf2c54673ed3bfd194c4b6919ed396a209 with: mode: start github-token: ${{ secrets.EC2_RUNNER_BOT_TOKEN }} @@ -192,7 +192,7 @@ jobs: aws-region: ${{ secrets.AWS_REGION }} - name: Stop EC2 runner - uses: machulav/ec2-github-runner@4e0303de215db88e1c489e07a15ca4d867f488ea + uses: machulav/ec2-github-runner@2c4d1dcf2c54673ed3bfd194c4b6919ed396a209 if: ${{ always() }} with: mode: stop diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index 8fb48e76f..03f9ac9e2 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -248,7 +248,7 @@ jobs: - name: Start EC2 runner python 38 id: start-ec2-runner-38 if: ${{ !cancelled() && fromJSON(needs.matrix-preparation.outputs.needs-38-linux-runner) }} - uses: machulav/ec2-github-runner@4e0303de215db88e1c489e07a15ca4d867f488ea + uses: machulav/ec2-github-runner@2c4d1dcf2c54673ed3bfd194c4b6919ed396a209 with: mode: start github-token: ${{ secrets.EC2_RUNNER_BOT_TOKEN }} @@ -272,7 +272,7 @@ jobs: - name: Start EC2 runner python 39 id: start-ec2-runner-39 if: ${{ !cancelled() && fromJSON(needs.matrix-preparation.outputs.needs-39-linux-runner) }} - uses: machulav/ec2-github-runner@4e0303de215db88e1c489e07a15ca4d867f488ea + uses: machulav/ec2-github-runner@2c4d1dcf2c54673ed3bfd194c4b6919ed396a209 with: mode: start github-token: ${{ secrets.EC2_RUNNER_BOT_TOKEN }} @@ -296,7 +296,7 @@ jobs: - name: Start EC2 runner python 310 id: start-ec2-runner-310 if: ${{ !cancelled() && fromJSON(needs.matrix-preparation.outputs.needs-310-linux-runner) }} - uses: machulav/ec2-github-runner@4e0303de215db88e1c489e07a15ca4d867f488ea + uses: machulav/ec2-github-runner@2c4d1dcf2c54673ed3bfd194c4b6919ed396a209 with: mode: start github-token: ${{ secrets.EC2_RUNNER_BOT_TOKEN }} @@ -971,7 +971,7 @@ jobs: aws-region: ${{ secrets.AWS_REGION }} - name: Stop EC2 runner python 38 - uses: machulav/ec2-github-runner@4e0303de215db88e1c489e07a15ca4d867f488ea + uses: machulav/ec2-github-runner@2c4d1dcf2c54673ed3bfd194c4b6919ed396a209 if: ${{ always() && needs.start-runner-linux.outputs.ec2-instance-id-38 }} with: github-token: ${{ secrets.EC2_RUNNER_BOT_TOKEN }} @@ -980,7 +980,7 @@ jobs: mode: stop - name: Stop EC2 runner python 39 - uses: machulav/ec2-github-runner@4e0303de215db88e1c489e07a15ca4d867f488ea + uses: machulav/ec2-github-runner@2c4d1dcf2c54673ed3bfd194c4b6919ed396a209 if: ${{ always() && needs.start-runner-linux.outputs.ec2-instance-id-39 }} with: github-token: ${{ secrets.EC2_RUNNER_BOT_TOKEN }} @@ -989,7 +989,7 @@ jobs: mode: stop - name: Stop EC2 runner python 310 - uses: machulav/ec2-github-runner@4e0303de215db88e1c489e07a15ca4d867f488ea + uses: machulav/ec2-github-runner@2c4d1dcf2c54673ed3bfd194c4b6919ed396a209 if: ${{ always() && needs.start-runner-linux.outputs.ec2-instance-id-310 }} with: github-token: ${{ secrets.EC2_RUNNER_BOT_TOKEN }} diff --git a/.github/workflows/refresh-notebooks.yaml b/.github/workflows/refresh-notebooks.yaml index 1f2e46d39..a21eac0e6 100644 --- a/.github/workflows/refresh-notebooks.yaml +++ b/.github/workflows/refresh-notebooks.yaml @@ -29,7 +29,7 @@ jobs: - name: Start EC2 runner python 38 id: start-ec2-runner-38 - uses: machulav/ec2-github-runner@4e0303de215db88e1c489e07a15ca4d867f488ea + uses: machulav/ec2-github-runner@2c4d1dcf2c54673ed3bfd194c4b6919ed396a209 with: mode: start github-token: ${{ secrets.EC2_RUNNER_BOT_TOKEN }} @@ -124,7 +124,7 @@ jobs: aws-region: ${{ secrets.AWS_REGION }} - name: Stop EC2 runner python 38 - uses: machulav/ec2-github-runner@4e0303de215db88e1c489e07a15ca4d867f488ea + uses: machulav/ec2-github-runner@2c4d1dcf2c54673ed3bfd194c4b6919ed396a209 if: ${{ always() && needs.start-runner-linux.outputs.ec2-instance-id-38 }} with: github-token: ${{ secrets.EC2_RUNNER_BOT_TOKEN }} diff --git a/.github/workflows/refresh-one-notebook.yaml b/.github/workflows/refresh-one-notebook.yaml index b56a805e0..f1efcc131 100644 --- a/.github/workflows/refresh-one-notebook.yaml +++ b/.github/workflows/refresh-one-notebook.yaml @@ -104,7 +104,7 @@ jobs: - name: Start EC2 runner python 38 id: start-ec2-runner-38 - uses: machulav/ec2-github-runner@4e0303de215db88e1c489e07a15ca4d867f488ea + uses: machulav/ec2-github-runner@2c4d1dcf2c54673ed3bfd194c4b6919ed396a209 with: mode: start github-token: ${{ secrets.EC2_RUNNER_BOT_TOKEN }} @@ -223,7 +223,7 @@ jobs: aws-region: ${{ secrets.AWS_REGION }} - name: Stop EC2 runner python 38 - uses: machulav/ec2-github-runner@4e0303de215db88e1c489e07a15ca4d867f488ea + uses: machulav/ec2-github-runner@2c4d1dcf2c54673ed3bfd194c4b6919ed396a209 if: ${{ always() && needs.start-runner-linux.outputs.ec2-instance-id-38 }} with: github-token: ${{ secrets.EC2_RUNNER_BOT_TOKEN }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 025dbc9e6..1082988e2 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -73,7 +73,7 @@ jobs: - name: Start EC2 runner python id: start-ec2-runner - uses: machulav/ec2-github-runner@4e0303de215db88e1c489e07a15ca4d867f488ea + uses: machulav/ec2-github-runner@2c4d1dcf2c54673ed3bfd194c4b6919ed396a209 with: mode: start github-token: ${{ secrets.EC2_RUNNER_BOT_TOKEN }} @@ -651,7 +651,7 @@ jobs: aws-region: ${{ secrets.AWS_REGION }} - name: Stop EC2 runner - uses: machulav/ec2-github-runner@4e0303de215db88e1c489e07a15ca4d867f488ea + uses: machulav/ec2-github-runner@2c4d1dcf2c54673ed3bfd194c4b6919ed396a209 if: ${{ always() && needs.start-runner-linux.outputs.ec2-instance-id }} with: github-token: ${{ secrets.EC2_RUNNER_BOT_TOKEN }}