mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-08 19:44:57 -05:00
chore: lost + found update the remaining machulav/ec2-github-runner actions
This commit is contained in:
@@ -119,7 +119,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@502fc5cc476bcf6771c5ab7863d706715d124202
|
||||
uses: machulav/ec2-github-runner@c34ba2df3363ebde9d19fdbc341e03d02267284d
|
||||
with:
|
||||
mode: start
|
||||
github-token: ${{ secrets.EC2_RUNNER_BOT_TOKEN }}
|
||||
@@ -371,7 +371,7 @@ jobs:
|
||||
aws-region: ${{ secrets.AWS_REGION }}
|
||||
|
||||
- name: Stop EC2 runner python 38
|
||||
uses: machulav/ec2-github-runner@502fc5cc476bcf6771c5ab7863d706715d124202
|
||||
uses: machulav/ec2-github-runner@c34ba2df3363ebde9d19fdbc341e03d02267284d
|
||||
if: ${{ needs.start-runner-linux.outputs.ec2-instance-id-38 }}
|
||||
with:
|
||||
github-token: ${{ secrets.EC2_RUNNER_BOT_TOKEN }}
|
||||
@@ -380,7 +380,7 @@ jobs:
|
||||
mode: stop
|
||||
|
||||
- name: Stop EC2 runner python 39
|
||||
uses: machulav/ec2-github-runner@502fc5cc476bcf6771c5ab7863d706715d124202
|
||||
uses: machulav/ec2-github-runner@c34ba2df3363ebde9d19fdbc341e03d02267284d
|
||||
if: ${{ needs.start-runner-linux.outputs.ec2-instance-id-39 }}
|
||||
with:
|
||||
github-token: ${{ secrets.EC2_RUNNER_BOT_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user