From 1ad30365d23fcc095417209683a4f4001d7fbd26 Mon Sep 17 00:00:00 2001 From: TheFrenchGhosty Date: Mon, 6 May 2024 16:45:04 +0200 Subject: [PATCH] Run the CI every 3 hours --- .github/workflows/Docker-Image-CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Docker-Image-CI.yml b/.github/workflows/Docker-Image-CI.yml index 3f421a5..6484b30 100644 --- a/.github/workflows/Docker-Image-CI.yml +++ b/.github/workflows/Docker-Image-CI.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: