Skip to content

Commit 2a454a7

Browse files
authored
Use actuated runner to run benchmark (#5635)
Part of #4537 Changes: - Against every commit on the main branch. - Use actuated runner `actuated-arm64-4cpu-4gb` for benchmark.
1 parent abc0ea6 commit 2a454a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/benchmark.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
name: Benchmark
22
on:
33
push:
4-
tags:
5-
- v1.*
4+
branches:
5+
- main
66
workflow_dispatch:
77

88
env:
99
DEFAULT_GO_VERSION: "~1.22.5"
1010
jobs:
1111
benchmark:
1212
name: Benchmarks
13-
runs-on: ubuntu-latest
13+
runs-on: actuated-arm64-4cpu-4gb
1414
timeout-minutes: 15
1515
steps:
1616
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)