Remove push-to-fork in clang-tidy workflow

This commit is contained in:
Sergey Kuznetsov
2023-12-13 14:23:21 +00:00
parent fe7b5fe18f
commit 6065d324b5

View File

@@ -102,7 +102,6 @@ jobs:
title: '[CI] clang-tidy auto fixes'
body: 'Fixes #${{ steps.create_issue.outputs.created_issue }}. Please review and commit clang-tidy fixes.'
reviewers: 'cindyyan317,godexsoft,kuznetsss'
push-to-fork: 'kuznetsss/clio'
- name: Fail the job
if: ${{ steps.run_clang_tidy.outcome != 'success' }}