Skip to content

Commit 23256e3

Browse files
Pigbibicodex
andcommitted
fix(workflow): export preflight bundle root
Co-Authored-By: Codex <noreply@openai.com>
1 parent e6a4685 commit 23256e3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/reusable-drift-check.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ jobs:
6464
QUANT_PROJECTS_ROOT: ${{ github.workspace }}/external
6565
LIFECYCLE_PERFORMANCE_BUCKET: ${{ inputs.lifecycle_performance_bucket || vars.LIFECYCLE_PERFORMANCE_BUCKET || '' }}
6666
LIFECYCLE_LOCAL_ROOT: ${{ github.workspace }}/data/lifecycle_store
67+
CRYPTO_LIFECYCLE_PREFLIGHT_ROOT: ${{ runner.temp }}/lifecycle-preflight
6768

6869
steps:
6970
- name: Validate trusted caller
@@ -201,6 +202,7 @@ jobs:
201202
mkdir -p "$LIFECYCLE_LOCAL_ROOT" "$GITHUB_WORKSPACE/$SNAPSHOT_CHECKOUT_PATH/data/output"
202203
cp -a "$lifecycle_source/." "$LIFECYCLE_LOCAL_ROOT/"
203204
cp -a "$snapshot_source/." "$snapshot_target/"
205+
echo "CRYPTO_LIFECYCLE_PREFLIGHT_ROOT=$PREFLIGHT_BUNDLE_ROOT" >> "$GITHUB_ENV"
204206
205207
- name: Build lifecycle performance snapshots
206208
run: quant-lifecycle monitor --domain ${{ inputs.strategy_domain }}

0 commit comments

Comments
 (0)