From 811f32760ec9ec9f0509b0e506cb5c61e5a93ea9 Mon Sep 17 00:00:00 2001 From: Swung0x48 Date: Wed, 12 Aug 2026 08:41:19 -0400 Subject: [PATCH] [CI] (test): gate the retrace pipeline on the integration lane - build-retrace and trace-cases now need it --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8a680068..75e78805 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -344,6 +344,7 @@ jobs: - build-linux - test - benchmark + - integration permissions: actions: write contents: read @@ -488,6 +489,7 @@ jobs: needs: - test - benchmark + - integration outputs: names: ${{ steps.trace-cases.outputs.names }} steps: