From 62b1f88082d5197851365a20619bedb50a836ee4 Mon Sep 17 00:00:00 2001 From: Utkarsh Srivastava Date: Sun, 12 Nov 2023 00:21:29 +0530 Subject: [PATCH] run simulation every 5 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 d75d1b4..3a2d720 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: '*/15 * * * *' + - cron: '* * * * *' workflow_dispatch: jobs: