Skip to content

Commit

Permalink
Merge pull request #3351 from element-hq/feature/fga/fix_app_release_ga
Browse files Browse the repository at this point in the history
Release : use a different concurrency group for enterprise build
  • Loading branch information
ganfra authored Aug 28, 2024
2 parents 1101c8d + 475a3a2 commit 9f15649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9f15649

Please sign in to comment.