Skip to content

Commit

Permalink
Merge pull request #53809 from software-mansion-labs/enable-adhoc-hyb…
Browse files Browse the repository at this point in the history
…rid-build-from-arbitrary-commit

[No QA] Allow to build adhoc hybrid app from any OD commit
  • Loading branch information
Julesssss authored Dec 10, 2024
2 parents c79478e + 300ccd3 commit 9975b27
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/testBuildHybrid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,17 @@ on:
PULL_REQUEST_NUMBER:
description: Pull Request number for correct placement of apps
required: true
OLD_DOT_COMMIT:
description: The branch, tag or SHA to checkout on Old Dot side
required: false
default: 'main'
pull_request_target:
types: [opened, synchronize, labeled]
branches: ['*ci-test/**']

env:
PULL_REQUEST_NUMBER: ${{ github.event.number || github.event.inputs.PULL_REQUEST_NUMBER }}
OLD_DOT_COMMIT: ${{ github.event.inputs.OLD_DOT_COMMIT }}

jobs:
validateActor:
Expand Down Expand Up @@ -94,6 +99,7 @@ jobs:
repository: 'Expensify/Mobile-Expensify'
submodules: true
path: 'Mobile-Expensify'
ref: ${{ env.OLD_DOT_COMMIT }}
token: ${{ secrets.OS_BOTIFY_TOKEN }}
# fetch-depth: 0 is required in order to fetch the correct submodule branch
fetch-depth: 0
Expand Down

0 comments on commit 9975b27

Please sign in to comment.