From ff0597c14091a909276d909931bc4b178788aae0 Mon Sep 17 00:00:00 2001 From: Utkarsh Srivastava Date: Sat, 11 Nov 2023 21:11:19 +0530 Subject: [PATCH] run simulation every 15 mins - fingers crossed Signed-off-by: Utkarsh Srivastava --- .github/workflows/simulation.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/simulation.yaml b/.github/workflows/simulation.yaml index 34f9aa1..d75d1b4 100644 --- a/.github/workflows/simulation.yaml +++ b/.github/workflows/simulation.yaml @@ -3,7 +3,7 @@ name: Continuous Simulation on: schedule: # * is a special character in YAML so you have to quote this string - - cron: '* */1 * * *' + - cron: '*/15 * * * *' workflow_dispatch: jobs: