Skip to content

Commit 7cb567e

Browse files
Apply Push Bridgeclaude
authored andcommitted
repo: move the wall to the object-store scan, pin the e2e workflow
minspec/.github#10 pins the content surface to every tracked blob, read from the object store, bytewise, symlinks never followed. Point the wall step at that merge. The e2e job called the reusable workflow in workbench at the mutable `dev`; pin it to the current dev commit. Source: original Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_012Jj94rkp3tfHAxUkTCthgY Apply-Push-Job: 20260902T004034Z-apply-push-c1e45f Patch-SHA256: 34fe6902c5e921f8d37c9bba39cbd394b7cc91b70275cc46eab878199b8942c7
1 parent b0c3af8 commit 7cb567e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
persist-credentials: false
1616
- name: term wall
17-
uses: minspec/.github/.github/actions/term-wall@6175b67bd0df4710dd0bb8b79df413b452265c6c # minspec/.github#8
17+
uses: minspec/.github/.github/actions/term-wall@a5d88bb5b9bb744cf23c8829436e32f03d58c79d # minspec/.github#10
1818
env:
1919
TERM_WALL: ${{ vars.TERM_WALL }}
2020
- uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # v2

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010
contents: read
1111
jobs:
1212
e2e:
13-
uses: minspec/workbench/.github/workflows/e2e.yml@dev
13+
uses: minspec/workbench/.github/workflows/e2e.yml@a84bc5568a33220fd7b4037345c2b38186cff29d # dev
1414
with:
1515
skeleton_ref: ${{ github.event.pull_request.head.sha || github.sha }}
1616
workbench_ref: dev

0 commit comments

Comments
 (0)