Skip to content

Commit

Permalink
Update reusable-android-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisMarsh82 authored Dec 11, 2023
1 parent 829617a commit 972b9e1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/reusable-android-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,17 @@ env:
##################################################################################
# Main Code
##################################################################################
name: Android Build
name: Android Build

# Only keep one active build per ref (e.g. pr branch, push branch, triggering workflow ref)
concurrency:
concurrency:
group: android-build-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

on:
on:
workflow_call:

jobs:
jobs:

build_action:
uses: ./.github/workflows/contentflows/reusable-app-build.yml
Expand Down Expand Up @@ -187,4 +187,4 @@ env:
with:
name: release_bundle
path: ${{steps.sign_aab.outputs.signedReleaseFile}}


0 comments on commit 972b9e1

Please sign in to comment.