From 89923b9e848b71d3bd8fbbabe1a253570908a88a Mon Sep 17 00:00:00 2001 From: Ashwin Bharambe Date: Tue, 29 Jul 2025 16:12:58 -0700 Subject: [PATCH] fix --- .github/workflows/integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 55f655339..07db4fb72 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -177,7 +177,7 @@ jobs: --capture=tee-sys | tee pytest-${{ matrix.test-type }}.log - name: Update the PR if tests/integration/recordings/ has changed - if: ${{ needs.check_rerecord_tests.outputs.rerecord_tests == 'true' }} + if: ${{ env.SHOULD_RECORD == 'true' }} run: | if [ -n "$(git diff --exit-code tests/integration/recordings/)" ]; then echo "Updating PR with updated recordings"