From 1272547dbb0e3d45646e9183e88253b4225d1ce0 Mon Sep 17 00:00:00 2001 From: Trevor Pering Date: Sat, 20 Apr 2024 09:27:32 -0700 Subject: [PATCH] Run hourly --- .github/workflows/testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index ae016dbbf2..09f8fc7fa7 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -5,7 +5,7 @@ on: workflow_dispatch: pull_request: schedule: - - cron: '40 13 * * *' + - cron: '40 * * * *' concurrency: group: ci-${{ github.repository }}