Skip to content

Commit

Permalink
ci: final adjust builds for rc branch (WPB-8645)
Browse files Browse the repository at this point in the history
  • Loading branch information
yamilmedina committed Aug 19, 2024
1 parent 2965b53 commit 83375d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-rc-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 83375d9

Please sign in to comment.