From 3363ce560fdbb4027d2e73b7d7a6d16584264ef0 Mon Sep 17 00:00:00 2001 From: 3alpha <15694175+3alpha@users.noreply.github.com> Date: Mon, 13 Jul 2026 15:53:47 +0200 Subject: [PATCH] ci: align staking tests with TropiBot artifact retries --- .github/workflows/attestation-test.yml | 1 + .github/workflows/sync-test.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/attestation-test.yml b/.github/workflows/attestation-test.yml index f7aa317..24e02d4 100644 --- a/.github/workflows/attestation-test.yml +++ b/.github/workflows/attestation-test.yml @@ -24,6 +24,7 @@ jobs: consensus_client: ${{ github.event.client_payload.consensus_client || inputs.consensus_client || '' }} pr_number: ${{ github.event.client_payload.pr_number || github.event.pull_request.number || '' }} head_ref: ${{ github.event.client_payload.head_ref || github.event.pull_request.head.ref || github.ref_name }} + head_sha: ${{ github.event.client_payload.head_sha || github.sha }} sender: ${{ github.event.client_payload.sender || github.event.pull_request.user.login || github.actor }} ipfs_hash: ${{ github.event.client_payload.ipfs_hash || inputs.ipfs_hash || '' }} secrets: inherit diff --git a/.github/workflows/sync-test.yml b/.github/workflows/sync-test.yml index e4781af..aabadce 100644 --- a/.github/workflows/sync-test.yml +++ b/.github/workflows/sync-test.yml @@ -29,6 +29,7 @@ jobs: consensus_client: ${{ github.event.client_payload.consensus_client || inputs.consensus_client || '' }} pr_number: ${{ github.event.client_payload.pr_number || github.event.pull_request.number || '' }} head_ref: ${{ github.event.client_payload.head_ref || github.event.pull_request.head.ref || github.ref_name }} + head_sha: ${{ github.event.client_payload.head_sha || github.event.pull_request.head.sha || github.sha }} sender: ${{ github.event.client_payload.sender || github.event.pull_request.user.login || github.actor }} ipfs_hash: ${{ github.event.client_payload.ipfs_hash || inputs.ipfs_hash || '' }} secrets: inherit