From f9455dcc91f249764055e30b5d121c0dc1a4037b Mon Sep 17 00:00:00 2001 From: Rd Date: Thu, 15 Aug 2024 08:46:11 +0530 Subject: [PATCH] Moving the nested pull --- .github/workflows/code_coverage.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/code_coverage.yml b/.github/workflows/code_coverage.yml index ab25fb794c1..0b008bc2559 100644 --- a/.github/workflows/code_coverage.yml +++ b/.github/workflows/code_coverage.yml @@ -6,9 +6,11 @@ name: Code Coverage # events or push events in the develop branch. on: pull_request_target: - push: - branches: - - develop + branches: + - develop + push: + branches: + - develop concurrency: group: ${{ github.workflow }}-${{ github.ref }}