Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,5 @@
"current-state-dir": "s3://avalanchego-bootstrap-testing/cchain-current-state-hashdb-full-100/**"
}
]
},
"schedule": {
"include": []
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ on:
description: 'S3 location to push post-execution state directory. Skips this step if left unpopulated.'
default: ''

schedule:
- cron: '0 9 * * *' # Runs every day at 09:00 UTC (04:00 EST)

jobs:
define-matrix:
runs-on: ubuntu-latest
Expand Down
Loading