Skip to content

Commit 3e4db58

Browse files
committed
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 <[email protected]>
1 parent 4cfa5a3 commit 3e4db58

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
@@ -34,4 +34,4 @@ jobs:
3434
3535
- name: Run the check script
3636
run: |
37-
./scripts/ci/do_not_merge.py -p "${{ github.event.pull_request.number }}"
37+
python -u scripts/ci/do_not_merge.py -p "${{ github.event.pull_request.number }}"

0 commit comments

Comments
 (0)