From b12a85d6275d3dd360b4560dcec741f22d1a99f2 Mon Sep 17 00:00:00 2001 From: TheFrenchGhosty Date: Mon, 6 May 2024 16:42:24 +0200 Subject: [PATCH] Run the CI every 3 hours --- .github/workflows/container-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/container-release.yml b/.github/workflows/container-release.yml index 054ffa9..818e093 100644 --- a/.github/workflows/container-release.yml +++ b/.github/workflows/container-release.yml @@ -7,7 +7,7 @@ on: schedule: # * is a special character in YAML so you have to quote this string - - cron: '0 */6 * * *' + - cron: '0 */3 * * *' jobs: