diff --git a/.github/workflows/on-main-or-release-branch-commit.yml b/.github/workflows/on-main-or-release-branch-commit.yml index 3b96a930..485c5fff 100644 --- a/.github/workflows/on-main-or-release-branch-commit.yml +++ b/.github/workflows/on-main-or-release-branch-commit.yml @@ -19,6 +19,7 @@ jobs: runs-on: ubuntu-20.04 outputs: fqdn-image: ${{ steps.get-fqdns.outputs.fqdn-image }} + fqdn-image-latest: ${{ steps.get-fqdns.outputs.fqdn-image-latest }} ref: ${{ steps.get-fqdns.outputs.ref }} image-exists: ${{ steps.get-fqdns.outputs.image-exists }} # yamllint disable-line rule:line-length diff --git a/.github/workflows/sync-from-snapshot-mainnet-paritydb-pruned.yml b/.github/workflows/sync-from-snapshot-mainnet-paritydb-pruned.yml index 38059095..ce8c839f 100644 --- a/.github/workflows/sync-from-snapshot-mainnet-paritydb-pruned.yml +++ b/.github/workflows/sync-from-snapshot-mainnet-paritydb-pruned.yml @@ -5,7 +5,7 @@ # 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. -name: Weekly sync from snapshot, Mainnet, ParityDB pruned +name: Sync from snapshot, Mainnet, ParityDB pruned on: # At 03:00 on Wednesday and Saturday schedule: diff --git a/.github/workflows/sync-from-snapshot-mainnet-partidb.yml b/.github/workflows/sync-from-snapshot-mainnet-partidb.yml index 79b47396..1977b0a5 100644 --- a/.github/workflows/sync-from-snapshot-mainnet-partidb.yml +++ b/.github/workflows/sync-from-snapshot-mainnet-partidb.yml @@ -7,9 +7,9 @@ name: Sync from snapshot test, Mainnet, ParityDB non-pruned on: - # At 03:00 on Wednesday and Saturday + # At 01:00 on Wednesday and Saturday schedule: - - cron: '0 3 * * 3,6' + - cron: '0 1 * * 3,6' workflow_dispatch: concurrency: diff --git a/.github/workflows/sync-from-snapshot-testnet-partidb.yml b/.github/workflows/sync-from-snapshot-testnet-partidb.yml index 4cf9e21c..4daa78ba 100644 --- a/.github/workflows/sync-from-snapshot-testnet-partidb.yml +++ b/.github/workflows/sync-from-snapshot-testnet-partidb.yml @@ -4,9 +4,9 @@ name: Sync from snapshot test, Testnet, ParityDB non-pruned on: - # At 03:00 on Wednesday and Saturday + # At 01:00 on Wednesday and Saturday schedule: - - cron: '0 3 * * 3,6' + - cron: '0 1 * * 3,6' workflow_dispatch: concurrency: