Browse Source

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

Release : use a different concurrency group for enterprise build
pull/3357/head
ganfra 3 weeks ago committed by GitHub
parent
commit
9f15649431
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/release.yml

2
.github/workflows/release.yml

@ -44,7 +44,7 @@ jobs: @@ -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

Loading…
Cancel
Save