name: Build Desktop on PR Target on: pull_request_target: types: [opened, synchronize] branches-ignore: - 'l10n_master' - 'cf-pages' paths: - 'apps/desktop/**' - 'libs/**' - '*' - '!*.md' - '!*.txt' - '.github/workflows/build-desktop.yml' workflow_dispatch: inputs: sdk_branch: description: "Custom SDK branch" required: false type: string defaults: run: shell: bash jobs: check-run: name: Check PR run uses: bitwarden/gh-actions/.github/workflows/check-run.yml@main run-workflow: name: Run Build Desktop on PR Target needs: check-run if: ${{ github.event.pull_request.head.repo.full_name != github.repository }} uses: ./.github/workflows/build-desktop.yml secrets: inherit