From 83375d982e7f5f205277597d5607646fd6130380 Mon Sep 17 00:00:00 2001 From: yamilmedina Date: Mon, 19 Aug 2024 17:22:58 +0200 Subject: [PATCH] ci: final adjust builds for rc branch (WPB-8645) --- .github/workflows/build-rc-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-rc-app.yml b/.github/workflows/build-rc-app.yml index ecb67403836..85874ba65ab 100644 --- a/.github/workflows/build-rc-app.yml +++ b/.github/workflows/build-rc-app.yml @@ -27,7 +27,7 @@ jobs: build-app: needs: [ code-analysis, ui-tests, unit-tests ] runs-on: ubuntu-latest - if: github.event.pull_request.head.repo.full_name == github.repository && (github.event_name == 'pull_request' || github.event_name == 'merge_group') + if: github.event_name == 'merge_group' || (github.event.pull_request.head.repo.full_name == github.repository && github.event_name == 'pull_request') steps: - name: Checkout uses: actions/checkout@v4