Skip to content

Commit 78fb291

Browse files
committed
Fix concurrency
1 parent c8f0774 commit 78fb291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ on:
2626
- '.github/workflows/build-ios.yml'
2727
workflow_dispatch:
2828
concurrency:
29-
group: ${{ github.workflow }}-${{ github.ref }}
29+
group: ${{ github.workflow }}-${{ github.ref }}-build-ios
3030
cancel-in-progress: true
3131
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
3232
jobs:

0 commit comments

Comments
 (0)