Skip to content

Commit

Permalink
[Benchmark] Update gitaction as daily run
Browse files Browse the repository at this point in the history
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 <donghak.park@samsung.com>
  • Loading branch information
DonghakPark committed Oct 25, 2024
1 parent e9d90e4 commit f9be4d8
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ubuntu_benchmarks.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
name: Ubuntu Benchmarks

on:
# schedule:
# - cron: '0 2 * * *'
pull_request:
types: [opened, edited, reopened, synchronize]
schedule:
- cron: '0 2 * * *'

jobs:
meson_test:

runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-22.04 ]
os: [ ubuntu-20.04, ubuntu-22.04 ]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit f9be4d8

Please sign in to comment.