Skip to content

Commit 88aee15

Browse files
fabiobaltieridanieldegrasse
authored andcommitted
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>
1 parent 42e8837 commit 88aee15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr_metadata_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ jobs:
3636
env:
3737
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3838
run: |
39-
./scripts/ci/do_not_merge.py -p "${{ github.event.pull_request.number }}"
39+
python -u scripts/ci/do_not_merge.py -p "${{ github.event.pull_request.number }}"

0 commit comments

Comments
 (0)