From 6ea48b00c4c91f3ca140a85a4a9892078b1fcc69 Mon Sep 17 00:00:00 2001 From: Edgars Date: Fri, 24 Apr 2026 12:46:47 +0100 Subject: [PATCH] ci(demo): pin e2e-run.yml at specific SHA to test cross-repo reusable workflow access --- .github/workflows/e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 03a5fd3..88057c9 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -231,7 +231,7 @@ jobs: # The ref must be a static literal. Track-aware resolver + matrix # still flow through inputs; only the orchestration workflow itself # (shard allocation, provisioning) is pinned by this line. - uses: genlayerlabs/ci-core-e2e-runner/.github/workflows/e2e-run.yml@feat/version-matrix-phase1 + uses: genlayerlabs/ci-core-e2e-runner/.github/workflows/e2e-run.yml@3e9b56292f1ac036218227186205614d64690a83 with: genvm-version: ${{ needs.resolve.outputs.genvm-version }} genlayer-node-ref: ${{ needs.resolve.outputs.genlayer-node-ref }}