Skip to content

Commit 9508bcc

Browse files
revert: composite refs back to @main
Cross-repo testing against lst-api refactor branch is complete: - Snapshot mode passes end-to-end. - Cold-start mode brings up kurtosis cleanly; the e2e-suite failure there is the documented pre-block-256 eth_getLogs limitation, not a workflow infrastructure issue. Workflow is merge-ready. Restore the canonical @main refs on the two composite uses inside apps-e2e.yml so this PR's merge candidate self-references main.
1 parent 44b46e2 commit 9508bcc

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

.github/workflows/apps-e2e.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -105,19 +105,14 @@ jobs:
105105
- name: Restore from snapshot
106106
if: env.E2E_USE_SNAPSHOT == '1'
107107
id: snapshot
108-
# TEMP: pinned to feature branch for cross-repo pre-merge testing.
109-
# Reverts to @main before review/merge — see commit
110-
# "test: pin composite refs to feature branch" for the diff to undo.
111-
uses: 0xPolygon/pipelines/.github/actions/e2e-snapshot-restore@feat/apps-e2e-shared-workflow
108+
uses: 0xPolygon/pipelines/.github/actions/e2e-snapshot-restore@main
112109
with:
113110
image: ${{ inputs.snapshot_image }}
114111
kurtosis_pos_ref: ${{ inputs.kurtosis_pos_ref }}
115112

116113
- name: Cold-start kurtosis
117114
if: env.E2E_USE_SNAPSHOT == '0'
118-
# TEMP: pinned to feature branch for cross-repo pre-merge testing.
119-
# Reverts to @main before review/merge.
120-
uses: 0xPolygon/pipelines/.github/actions/e2e-cold-start@feat/apps-e2e-shared-workflow
115+
uses: 0xPolygon/pipelines/.github/actions/e2e-cold-start@main
121116
with:
122117
kurtosis_pos_ref: ${{ inputs.kurtosis_pos_ref }}
123118
args_file: ${{ inputs.cold_start_args_file }}

0 commit comments

Comments
 (0)