Skip to content

Commit

Permalink
Use new reusable workflow with runs-on parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
M-Wong committed Oct 9, 2024
1 parent 4f0e080 commit bac1c41
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/alpaka_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@ jobs:
max-parallel: 4
matrix:
flavor: [ 'prod' ]
uses: UbiqueInnovation/actions-android/.github/workflows/[email protected].5
uses: UbiqueInnovation/actions-android/.github/workflows/[email protected].6
with:
flavor: '${{ matrix.flavor }}'
appModule: 'example'
concurrencyGroup: ${{ github.workflow }}-${{ github.ref }}-${{ matrix.flavor }}
runs-on: '["ubuntu-latest"]'
secrets:
ANDROID_JENKINS_PAT: ${{ secrets.ANDROID_JENKINS_PAT }}
UB_ARTIFACTORY_URL_ANDROID: ${{ secrets.UB_ARTIFACTORY_URL_ANDROID }}
Expand Down

0 comments on commit bac1c41

Please sign in to comment.