From c54b0e0f3620805cc69ff2a692a2fb8c7ef15fad Mon Sep 17 00:00:00 2001 From: Christopher Allen Date: Tue, 2 Nov 2021 20:42:43 +0000 Subject: [PATCH] chore: Remove spurious extra `on` clause in report_clang_format.yml (#5671) Removes an unwanted `on` clause that was overlooked in #5670 by author and reviewer. --- .github/workflows/report_clang_format.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/report_clang_format.yml b/.github/workflows/report_clang_format.yml index 11500bdcc..e491b1bd7 100644 --- a/.github/workflows/report_clang_format.yml +++ b/.github/workflows/report_clang_format.yml @@ -16,8 +16,6 @@ on: types: - completed -on: [pull_request] - jobs: on-failure: runs-on: ubuntu-latest