diff --git a/.github/workflows/recommend-integration-tests.yml b/.github/workflows/recommend-integration-tests.yml index 1166c329c0a..ddeb07db8d3 100644 --- a/.github/workflows/recommend-integration-tests.yml +++ b/.github/workflows/recommend-integration-tests.yml @@ -23,7 +23,7 @@ jobs: if [ -z "$DIFF" ]; then echo "diff=" >> $GITHUB_OUTPUT else - echo "diff=$DIFF" >> $GITHUB_OUTPUT + echo "diff=true" >> $GITHUB_OUTPUT fi - name: Has diff?