Skip to content

Commit e6ba076

Browse files
committed
CI : fix release workflow - concurrency group
1 parent e299233 commit e6ba076

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: Create App Bundle (Gplay)
1616
runs-on: ubuntu-latest
1717
concurrency:
18-
group: ${{ github.ref == 'refs/head/main' && format('build-release-main-{0}', github.sha) }}
18+
group: ${{ github.ref == 'refs/head/main' && format('build-release-main-gplay-{0}', github.sha) }}
1919
cancel-in-progress: true
2020
steps:
2121
- uses: actions/checkout@v4
@@ -43,7 +43,7 @@ jobs:
4343
name: Create APKs (FDroid)
4444
runs-on: ubuntu-latest
4545
concurrency:
46-
group: ${{ github.ref == 'refs/head/main' && format('build-release-main-{0}', github.sha) }}
46+
group: ${{ github.ref == 'refs/head/main' && format('build-release-main-fdroid-{0}', github.sha) }}
4747
cancel-in-progress: true
4848
steps:
4949
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)