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:
parent
42e8837085
commit
88aee15ca4
2
.github/workflows/pr_metadata_check.yml
vendored
2
.github/workflows/pr_metadata_check.yml
vendored
@ -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 }}"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user