Skip to content

Commit

Permalink
ci: release concurrency group
Browse files Browse the repository at this point in the history
  • Loading branch information
aeharding committed Nov 13, 2024
1 parent dce1c5f commit 7df9fe4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@ env:
APP_GIT_REF: ${{ inputs.is_main_build && github.sha || github.ref_name }}
APP_BUILD: ${{ inputs.app_build }}

concurrency:
group: release

jobs:
build_web:
runs-on: ubuntu-latest
concurrency:
group: "build_web"
steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -61,9 +62,6 @@ jobs:
build_ios:
environment: deploy
runs-on: macos-latest
concurrency:
group: "build_ios"
cancel-in-progress: true
steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -168,9 +166,6 @@ jobs:
build_android_play:
environment: deploy
runs-on: ubuntu-latest
concurrency:
group: "build_android_play"
cancel-in-progress: true
steps:
- uses: actions/checkout@v4

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ on:
env:
APP_BUILD_OFFSET: 300

concurrency:
group: release

jobs:
app_build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7df9fe4

Please sign in to comment.