Skip to content

Commit 62b1f88

Browse files
committed
run simulation every 5 mins - fingers crossed
Signed-off-by: Utkarsh Srivastava <[email protected]>
1 parent 8d354d2 commit 62b1f88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/simulation.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Continuous Simulation
33
on:
44
schedule:
55
# * is a special character in YAML so you have to quote this string
6-
- cron: '*/15 * * * *'
6+
- cron: '* * * * *'
77
workflow_dispatch:
88

99
jobs:

0 commit comments

Comments
 (0)