diff --git a/.github/workflows/build-mobile.yml b/.github/workflows/build-mobile.yml index 1e9508cf147b..74ba37a1bc4b 100644 --- a/.github/workflows/build-mobile.yml +++ b/.github/workflows/build-mobile.yml @@ -19,6 +19,9 @@ on: base_ref: description: The base branch to merge the head into when checking out the code required: false + prNumber: + description: reference to the PR + required: false concurrency: group: ${{ github.workflow }}-${{ github.ref_name != 'develop' && github.ref || github.run_id }}