Skip to content

Commit

Permalink
run simulation every hour
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 efd7fee commit 80bd563
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: '* */3 * * *'
- cron: '* */1 * * *'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 80bd563

Please sign in to comment.