Skip to content

Commit

Permalink
Run snapshots test once per week (#1851)
Browse files Browse the repository at this point in the history
As per PR title
  • Loading branch information
Marcin-Radecki authored Nov 19, 2024
1 parent 80c5af1 commit 15524dc
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@

name: Sync from snapshot, Mainnet, ParityDB pruned
on:
# At 20:00 on Wednesday and Saturday
# At 20:00 on Wednesday
# Time corresponds with a snapshot creation time
schedule:
- cron: '0 20 * * 3,6'
- cron: '0 20 * * 3'
workflow_dispatch:

concurrency:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sync-from-snapshot-mainnet-paritydb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@

name: Sync from snapshot test, Mainnet, ParityDB non-pruned
on:
# At 21:00 on Wednesday and Saturday
# At 21:00 on Wednesday
# Time corresponds with a snapshot creation time
schedule:
- cron: '0 21 * * 3,6'
- cron: '0 21 * * 3'
workflow_dispatch:

concurrency:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sync-from-snapshot-mainnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@

name: Sync from snapshot test, Mainnet, RocksDB
on:
# At 22:00 on Wednesday and Saturday
# At 22:00 on Wednesday
# Time corresponds with a snapshot creation time
schedule:
- cron: '0 22 * * 3,6'
- cron: '0 22 * * 3'
workflow_dispatch:

concurrency:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

name: Sync from snapshot, Testnet, ParityDB pruned
on:
# At 20:00 on Wednesday and Saturday
# At 20:00 on Wednesday
# Time corresponds with a snapshot creation time
schedule:
- cron: '0 20 * * 3,6'
- cron: '0 20 * * 3'
workflow_dispatch:

concurrency:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sync-from-snapshot-testnet-paritydb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

name: Sync from snapshot test, Testnet, ParityDB non-pruned
on:
# At 21:00 on Wednesday and Saturday
# At 21:00 on Wednesday
# Time corresponds with a snapshot creation time
schedule:
- cron: '0 21 * * 3,6'
- cron: '0 21 * * 3'
workflow_dispatch:

concurrency:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sync-from-snapshot-testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

name: Sync from snapshot test, Testnet, RocksDB
on:
# At 22:00 on Wednesday and Saturday
# At 22:00 on Wednesday
# Time corresponds with a snapshot creation time
schedule:
- cron: '0 22 * * 3,6'
- cron: '0 22 * * 3'
workflow_dispatch:

concurrency:
Expand Down

0 comments on commit 15524dc

Please sign in to comment.