From 052fc830a2cba7a2a64f82fd27ec5b478c948369 Mon Sep 17 00:00:00 2001 From: Ihor Solodrai Date: Mon, 2 Dec 2024 19:06:05 -0800 Subject: [PATCH] Revert "kernel-verstat: run veristat-meta on push events" (#315) This reverts commit 55f700b6eac66f28d8a43e67b8a676c5a5a76dfa. --- .github/workflows/kernel-veristat.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/kernel-veristat.yml b/.github/workflows/kernel-veristat.yml index 301c28c..f5413bc 100644 --- a/.github/workflows/kernel-veristat.yml +++ b/.github/workflows/kernel-veristat.yml @@ -88,7 +88,7 @@ jobs: baseline_name: ${{ env.ARCH_AND_TOOL}}-baseline-veristat-kernel - name: Compare and save veristat.meta.csv - if: ${{ github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository }} + if: ${{ github.event.pull_request.head.repo.full_name == github.repository }} uses: ./.github/actions/veristat_baseline_compare with: veristat_output: veristat-meta