From 71a376ac4d7f3fe2139675fb11f602a99517e15f Mon Sep 17 00:00:00 2001 From: Maxim Van de Wynckel Date: Mon, 28 Mar 2022 09:31:30 +0200 Subject: [PATCH] Update scheduled.yml --- .github/workflows/scheduled.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scheduled.yml b/.github/workflows/scheduled.yml index 5e89f1731f..3ea323d634 100644 --- a/.github/workflows/scheduled.yml +++ b/.github/workflows/scheduled.yml @@ -4,7 +4,7 @@ on: schedule: # Run every fifth minute. # This is to verify that ESS is running properly. - - cron: "*/5 * * * *" + env: CI: true