diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index 684c72087..7b5a053d5 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@2c4d1dcf2c54673ed3bfd194c4b6919ed396a209 + uses: machulav/ec2-github-runner@fcfb31a5760dad1314a64a0e172b78ec6fc8a17e 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@2c4d1dcf2c54673ed3bfd194c4b6919ed396a209 + uses: machulav/ec2-github-runner@fcfb31a5760dad1314a64a0e172b78ec6fc8a17e 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@2c4d1dcf2c54673ed3bfd194c4b6919ed396a209 + uses: machulav/ec2-github-runner@fcfb31a5760dad1314a64a0e172b78ec6fc8a17e with: mode: start github-token: ${{ secrets.EC2_RUNNER_BOT_TOKEN }} @@ -975,7 +975,7 @@ jobs: aws-region: ${{ secrets.AWS_REGION }} - name: Stop EC2 runner python 38 - uses: machulav/ec2-github-runner@2c4d1dcf2c54673ed3bfd194c4b6919ed396a209 + uses: machulav/ec2-github-runner@fcfb31a5760dad1314a64a0e172b78ec6fc8a17e if: ${{ always() && needs.start-runner-linux.outputs.ec2-instance-id-38 }} with: github-token: ${{ secrets.EC2_RUNNER_BOT_TOKEN }} @@ -984,7 +984,7 @@ jobs: mode: stop - name: Stop EC2 runner python 39 - uses: machulav/ec2-github-runner@2c4d1dcf2c54673ed3bfd194c4b6919ed396a209 + uses: machulav/ec2-github-runner@fcfb31a5760dad1314a64a0e172b78ec6fc8a17e if: ${{ always() && needs.start-runner-linux.outputs.ec2-instance-id-39 }} with: github-token: ${{ secrets.EC2_RUNNER_BOT_TOKEN }} @@ -993,7 +993,7 @@ jobs: mode: stop - name: Stop EC2 runner python 310 - uses: machulav/ec2-github-runner@2c4d1dcf2c54673ed3bfd194c4b6919ed396a209 + uses: machulav/ec2-github-runner@fcfb31a5760dad1314a64a0e172b78ec6fc8a17e 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 9e55b4b38..e54598b75 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@2c4d1dcf2c54673ed3bfd194c4b6919ed396a209 + uses: machulav/ec2-github-runner@fcfb31a5760dad1314a64a0e172b78ec6fc8a17e 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@2c4d1dcf2c54673ed3bfd194c4b6919ed396a209 + uses: machulav/ec2-github-runner@fcfb31a5760dad1314a64a0e172b78ec6fc8a17e 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 3d6f39254..4cadd6343 100644 --- a/.github/workflows/refresh-one-notebook.yaml +++ b/.github/workflows/refresh-one-notebook.yaml @@ -106,7 +106,7 @@ jobs: - name: Start EC2 runner python 38 id: start-ec2-runner-38 - uses: machulav/ec2-github-runner@2c4d1dcf2c54673ed3bfd194c4b6919ed396a209 + uses: machulav/ec2-github-runner@fcfb31a5760dad1314a64a0e172b78ec6fc8a17e with: mode: start github-token: ${{ secrets.EC2_RUNNER_BOT_TOKEN }} @@ -225,7 +225,7 @@ jobs: aws-region: ${{ secrets.AWS_REGION }} - name: Stop EC2 runner python 38 - uses: machulav/ec2-github-runner@2c4d1dcf2c54673ed3bfd194c4b6919ed396a209 + uses: machulav/ec2-github-runner@fcfb31a5760dad1314a64a0e172b78ec6fc8a17e 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 3dcea4ee7..94713ea0d 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@2c4d1dcf2c54673ed3bfd194c4b6919ed396a209 + uses: machulav/ec2-github-runner@fcfb31a5760dad1314a64a0e172b78ec6fc8a17e with: mode: start github-token: ${{ secrets.EC2_RUNNER_BOT_TOKEN }} @@ -663,7 +663,7 @@ jobs: aws-region: ${{ secrets.AWS_REGION }} - name: Stop EC2 runner - uses: machulav/ec2-github-runner@2c4d1dcf2c54673ed3bfd194c4b6919ed396a209 + uses: machulav/ec2-github-runner@fcfb31a5760dad1314a64a0e172b78ec6fc8a17e if: ${{ always() && needs.start-runner-linux.outputs.ec2-instance-id }} with: github-token: ${{ secrets.EC2_RUNNER_BOT_TOKEN }}