From 2a454a776a20dbe5fab008d2c4100c83ea572d97 Mon Sep 17 00:00:00 2001 From: Sam Xie Date: Tue, 23 Jul 2024 10:27:02 -0700 Subject: [PATCH] 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. --- .github/workflows/benchmark.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 95d9ea6a2be..397576ae3fd 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -1,8 +1,8 @@ name: Benchmark on: push: - tags: - - v1.* + branches: + - main workflow_dispatch: env: @@ -10,7 +10,7 @@ env: jobs: benchmark: name: Benchmarks - runs-on: ubuntu-latest + runs-on: actuated-arm64-4cpu-4gb timeout-minutes: 15 steps: - uses: actions/checkout@v4