From 8f86fc71b7e4739d601c1029e8a172c3f1097c1c Mon Sep 17 00:00:00 2001 From: Damian Mee Date: Thu, 28 Nov 2019 05:20:42 +0700 Subject: [PATCH] =?UTF-8?q?change=20cron=20notation=20=F0=9F=A4=B7?= =?UTF-8?q?=F0=9F=8F=BB=E2=80=8D=E2=99=82=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/qemu-perf.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/qemu-perf.yml b/.github/workflows/qemu-perf.yml index 585c86d..3d8948c 100644 --- a/.github/workflows/qemu-perf.yml +++ b/.github/workflows/qemu-perf.yml @@ -2,8 +2,8 @@ name: Perf-check qemu versions on: schedule: + - cron: '*/15 * * * *' # - cron: '2 1 * * *' - - cron: '21 * * * *' jobs: build: