diff --git a/.github/workflows/sync-from-snapshot-mainnet-paritydb-pruned.yml b/.github/workflows/sync-from-snapshot-mainnet-paritydb-pruned.yml index 7d300a0d1d..415ef8984a 100644 --- a/.github/workflows/sync-from-snapshot-mainnet-paritydb-pruned.yml +++ b/.github/workflows/sync-from-snapshot-mainnet-paritydb-pruned.yml @@ -1,16 +1,8 @@ --- -# This workflow performs sync to Mainnet from a pruned ParityDB snapshot using the latest -# main version. -# -# For now, this test not quite correctly tests sync Mainnet from latest aleph-node binary, -# for which we don't guarantee it will always happen to work. +# This workflow performs sync to Mainnet from a pruned ParityDB snapshot name: Sync from snapshot, Mainnet, ParityDB pruned on: - # At 15:00 on Sunday - # Time corresponds with a snapshot creation time - schedule: - - cron: '0 15 * * 0' workflow_dispatch: inputs: snapshot-day: diff --git a/.github/workflows/sync-from-snapshot-mainnet-rocksdb-pruned.yml b/.github/workflows/sync-from-snapshot-mainnet-rocksdb-pruned.yml index 2b638fe215..86a095ff91 100644 --- a/.github/workflows/sync-from-snapshot-mainnet-rocksdb-pruned.yml +++ b/.github/workflows/sync-from-snapshot-mainnet-rocksdb-pruned.yml @@ -1,16 +1,8 @@ --- -# This workflow performs sync to Mainnet from a RocksDB pruned snapshot using the latest -# main version. -# -# For now, this test not quite correctly tests sync Mainnet from latest aleph-node binary, -# for which we don't guarantee it will always happen to work. +# This workflow performs sync to Mainnet from a RocksDB pruned snapshot name: Sync from snapshot test, Mainnet, RocksDB pruned on: - # At 15:00 on Sunday - # Time corresponds with a snapshot creation time - schedule: - - cron: '0 15 * * 0' workflow_dispatch: inputs: snapshot-day: diff --git a/.github/workflows/sync-from-snapshot-mainnet.yml b/.github/workflows/sync-from-snapshot-mainnet.yml index 9761546650..3801b46ccb 100644 --- a/.github/workflows/sync-from-snapshot-mainnet.yml +++ b/.github/workflows/sync-from-snapshot-mainnet.yml @@ -1,16 +1,8 @@ --- -# This workflow performs sync to Mainnet from a RocksDB snapshot using the latest -# main version. -# -# For now, this test not quite correctly tests sync Mainnet from latest aleph-node binary, -# for which we don't guarantee it will always happen to work. +# This workflow performs sync to Mainnet from a RocksDB snapshot name: Sync from snapshot test, Mainnet, RocksDB on: - # At 15:00 on Sunday - # Time corresponds with a snapshot creation time - schedule: - - cron: '0 15 * * 0' workflow_dispatch: inputs: snapshot-day: diff --git a/.github/workflows/sync-from-snapshot-testnet-paritydb-pruned.yml b/.github/workflows/sync-from-snapshot-testnet-paritydb-pruned.yml index 50a9a34b3f..f697a86dd4 100644 --- a/.github/workflows/sync-from-snapshot-testnet-paritydb-pruned.yml +++ b/.github/workflows/sync-from-snapshot-testnet-paritydb-pruned.yml @@ -1,13 +1,8 @@ --- -# This workflow performs sync to Testnet from a pruned ParityDB snapshot using the latest -# main version. +# This workflow performs sync to Testnet from a pruned ParityDB snapshot name: Sync from snapshot, Testnet, ParityDB pruned on: - # At 15:00 on Sunday - # Time corresponds with a snapshot creation time - schedule: - - cron: '0 15 * * 0' workflow_dispatch: inputs: snapshot-day: diff --git a/.github/workflows/sync-from-snapshot-testnet-rocksdb-pruned.yml b/.github/workflows/sync-from-snapshot-testnet-rocksdb-pruned.yml index a20bef839a..0ede3693eb 100644 --- a/.github/workflows/sync-from-snapshot-testnet-rocksdb-pruned.yml +++ b/.github/workflows/sync-from-snapshot-testnet-rocksdb-pruned.yml @@ -1,13 +1,8 @@ --- -# This workflow performs sync to Testnet from a RocksDB pruned snapshot using the latest -# main version. +# This workflow performs sync to Testnet from a RocksDB pruned snapshot name: Sync from snapshot test, Testnet, RocksDB pruned on: - # At 15:00 on Sunday - # Time corresponds with a snapshot creation time - schedule: - - cron: '0 15 * * 0' workflow_dispatch: inputs: snapshot-day: diff --git a/.github/workflows/sync-from-snapshot-testnet.yml b/.github/workflows/sync-from-snapshot-testnet.yml index 76e549fe50..00b96f9db5 100644 --- a/.github/workflows/sync-from-snapshot-testnet.yml +++ b/.github/workflows/sync-from-snapshot-testnet.yml @@ -1,13 +1,8 @@ --- -# This workflow performs sync to Testnet from a RocksDB snapshot using the latest -# main version. +# This workflow performs sync to Testnet from a RocksDB snapshot name: Sync from snapshot test, Testnet, RocksDB on: - # At 15:00 on Sunday - # Time corresponds with a snapshot creation time - schedule: - - cron: '0 15 * * 0' workflow_dispatch: inputs: snapshot-day: