Merge pull request #3351 from element-hq/feature/fga/fix_app_release_ga

Release : use a different concurrency group for enterprise build
This commit is contained in:
ganfra 2024-08-28 17:12:27 +02:00 committed by GitHub
commit 9f15649431
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -44,7 +44,7 @@ jobs:
runs-on: ubuntu-latest
if: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == 'element-hq/element-x-android' }}
concurrency:
group: ${{ format('build-release-main-gplay-{0}', github.sha) }}
group: ${{ format('build-release-main-enterprise-{0}', github.sha) }}
cancel-in-progress: true
steps:
- uses: actions/checkout@v4