[CI] (test): gate the retrace pipeline on the integration lane - build-retrace and trace-cases now need it

This commit is contained in:
2026-08-12 08:41:19 -04:00
parent 01381a0404
commit 811f32760e
+2
View File
@@ -344,6 +344,7 @@ jobs:
- build-linux - build-linux
- test - test
- benchmark - benchmark
- integration
permissions: permissions:
actions: write actions: write
contents: read contents: read
@@ -488,6 +489,7 @@ jobs:
needs: needs:
- test - test
- benchmark - benchmark
- integration
outputs: outputs:
names: ${{ steps.trace-cases.outputs.names }} names: ${{ steps.trace-cases.outputs.names }}
steps: steps: