Skip to content

Commit

Permalink
[simtest]: Updating scheduled run time (MystenLabs#9131)
Browse files Browse the repository at this point in the history
## Description 
Updating scheduled run time and making sure that we can only run one
instance at a time

## Test Plan
👀
  • Loading branch information
ebmifa authored Mar 11, 2023
1 parent b441d3c commit 77ddae3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/simulator-nightly.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
name: Simulator Tests

concurrency:
group: ${{ github.workflow }}

on:
schedule:
- cron: '0 2 * * *' # every day at 2am
- cron: '0 9 * * *' # UTC timing is every day at 1am PST
workflow_dispatch:

env:
Expand Down

0 comments on commit 77ddae3

Please sign in to comment.