Skip to content

Commit

Permalink
change SMP rebuild schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
sergejparity committed Jan 4, 2024
1 parent 6eed02a commit b02761d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
workflow_dispatch: {}
# Run at 22pm every week on Sunday's for nightly builds.
schedule:
- cron: "0 22 * * 6"
- cron: "0 22 1 * *"

jobs:
tests:
Expand Down Expand Up @@ -40,5 +40,5 @@ jobs:
with:
name: staking-miner-playground-binary
path: ./staking-miner-playground/target/release/staking-miner-playground
retention-days: 8
retention-days: 31
if-no-files-found: error

0 comments on commit b02761d

Please sign in to comment.