Skip to content

Commit

Permalink
run simulation every 5 mins - fingers crossed
Browse files Browse the repository at this point in the history
Signed-off-by: Utkarsh Srivastava <[email protected]>
  • Loading branch information
tangledbytes committed Nov 11, 2023
1 parent 8d354d2 commit 62b1f88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/simulation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 62b1f88

Please sign in to comment.