We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8f0774 commit 78fb291Copy full SHA for 78fb291
.github/workflows/build-ios.yml
@@ -26,7 +26,7 @@ on:
26
- '.github/workflows/build-ios.yml'
27
workflow_dispatch:
28
concurrency:
29
- group: ${{ github.workflow }}-${{ github.ref }}
+ group: ${{ github.workflow }}-${{ github.ref }}-build-ios
30
cancel-in-progress: true
31
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
32
jobs:
0 commit comments