Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
syxc committed Jun 22, 2024
1 parent bd24bf4 commit eda36a0
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 eda36a0

Please sign in to comment.