Skip to content

Commit

Permalink
Merge pull request #37 from syxc/kotlin-2.0
Browse files Browse the repository at this point in the history
Update workflows
  • Loading branch information
syxc authored Jun 22, 2024
2 parents e50ef9d + eda36a0 commit 89d9807
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ on:
- iosApp
workflow_dispatch: { }

concurrency:
group: build-android-${{ github.ref }}
cancel-in-progress: true
#concurrency:
# group: build-android-${{ github.ref }}
# cancel-in-progress: true

jobs:
build_android:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ on:
- androidApp
workflow_dispatch: { }

concurrency:
group: build-ios-${{ github.ref }}
cancel-in-progress: true
#concurrency:
# group: build-ios-${{ github.ref }}
# cancel-in-progress: true

jobs:
build_ios:
Expand Down

0 comments on commit 89d9807

Please sign in to comment.