From 21d73003b2796b827d41a2ad7c40aa428d7e3837 Mon Sep 17 00:00:00 2001 From: Baur Date: Fri, 17 Jan 2025 17:05:51 -0800 Subject: [PATCH] Update github-actions.yaml --- .github/workflows/github-actions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-actions.yaml b/.github/workflows/github-actions.yaml index a2eea61..d38a6a4 100644 --- a/.github/workflows/github-actions.yaml +++ b/.github/workflows/github-actions.yaml @@ -6,7 +6,7 @@ on: - '**' # Matches any branch workflow_dispatch: schedule: - - cron: "*/59 * * * *" + - cron: "*/15 * * * *" jobs: tests: