We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9f35b1 commit db5c046Copy full SHA for db5c046
1 file changed
.github/workflows/benchmark.yml
@@ -48,7 +48,7 @@ jobs:
48
aws-region: ${{ secrets.AWS_REGION }}
49
- name: Start EC2 runner
50
id: start-ec2-runner
51
- uses: machulav/ec2-github-runner@v2
+ uses: machulav/ec2-github-runner@v2.4.2
52
with:
53
mode: start
54
github-token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
@@ -128,7 +128,7 @@ jobs:
128
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
129
130
- name: Stop EC2 runner
131
132
133
mode: stop
134
0 commit comments