From 6d4d2c1d90cf77902debd18cbb06933e0767f143 Mon Sep 17 00:00:00 2001 From: Donghak PARK Date: Fri, 25 Oct 2024 11:27:51 +0900 Subject: [PATCH] [Benchmark] Update gitaction as daily run set gitaction - benchmark's daily run - set cron '0 2 * * *' **Self evaluation:** 1. Build test: [X]Passed [ ]Failed [ ]Skipped 2. Run test: [X]Passed [ ]Failed [ ]Skipped Signed-off-by: Donghak PARK --- .github/workflows/ubuntu_benchmarks.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ubuntu_benchmarks.yml b/.github/workflows/ubuntu_benchmarks.yml index fcb488860e..bbad098668 100644 --- a/.github/workflows/ubuntu_benchmarks.yml +++ b/.github/workflows/ubuntu_benchmarks.yml @@ -1,10 +1,8 @@ name: Ubuntu Benchmarks on: -# schedule: -# - cron: '0 2 * * *' - pull_request: - types: [opened, edited, reopened, synchronize] + schedule: + - cron: '0 2 * * *' jobs: meson_test: @@ -12,7 +10,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ ubuntu-22.04 ] + os: [ ubuntu-20.04, ubuntu-22.04 ] steps: - uses: actions/checkout@v4