ci: pr_metadata_check: run the script in unbuffered mode

Makes it easier to debug since there's stuff handling race conditions
now.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
This commit is contained in:
Fabio Baltieri 2025-05-29 14:04:45 +00:00 committed by Daniel DeGrasse
parent 42e8837085
commit 88aee15ca4

View File

@ -36,4 +36,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
./scripts/ci/do_not_merge.py -p "${{ github.event.pull_request.number }}"
python -u scripts/ci/do_not_merge.py -p "${{ github.event.pull_request.number }}"