From 6065d324b53bb551cb2b66f82857fb5ba991ed59 Mon Sep 17 00:00:00 2001 From: Sergey Kuznetsov Date: Wed, 13 Dec 2023 14:23:21 +0000 Subject: [PATCH] Remove push-to-fork in clang-tidy workflow --- .github/workflows/clang-tidy.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/clang-tidy.yml b/.github/workflows/clang-tidy.yml index d52efca7..129352e4 100644 --- a/.github/workflows/clang-tidy.yml +++ b/.github/workflows/clang-tidy.yml @@ -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' }}