From 526fecb4c45fa00360bb06aad07c585ab99ee8e0 Mon Sep 17 00:00:00 2001 From: Guillermo Perez Date: Mon, 26 Feb 2024 20:03:33 +0100 Subject: [PATCH] remove bad trigger --- .github/workflows/codecov.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index c67c9181eb..872b01ceee 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -1,7 +1,7 @@ on: # push: # branches: [main, 'release-v**'] - pull_request_target: + pull_request: name: Code coverage concurrency: group: 'tests-${{ github.event.pull_request.head.label || github.head_ref || github.ref }}' @@ -17,7 +17,7 @@ jobs: # options: --security-opt seccomp=unconfined steps: - uses: actions/checkout@master - + - name: Prep build uses: ./.github/actions/prep-ubuntu with: