Skip to content

refactor: integrate new incremental sync - WPB-15440 #3116

refactor: integrate new incremental sync - WPB-15440

refactor: integrate new incremental sync - WPB-15440 #3116

Workflow file for this run

name: Build for PR
on:
pull_request:
types: [opened, reopened, synchronize, ready_for_review]
branches: [develop]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
checks: write
jobs:
build_develop:
if: ${{ github.event.pull_request.draft != true }}
uses: ./.github/workflows/_reusable_app_release_without_changelog.yml
with:
countly_enabled: false
datadog_enabled: false
fastlane_action: development_pr
is_cloud_build: true
pr_s3_path: "PR-${{ github.event.pull_request.number }}"
secrets: inherit