Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: Hold
runs-on: ubuntu-latest
if: ${{ inputs.trigger == 'pr' }}
environment: official_android_build
environment: android_build
steps:
- run: echo "Waiting for manual approval..."

Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
name: Upload Hold
runs-on: ubuntu-latest
if: ${{ inputs.trigger == 'pr' }}
environment: upload_official_android
environment: upload_android
needs: [build-android]
outputs:
BUILD_VERSION: ${{ needs.build-android.outputs.BUILD_VERSION }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: Hold
runs-on: ubuntu-latest
if: ${{ inputs.trigger == 'pr' }}
environment: official_ios_build
environment: ios_build
steps:
- run: echo "Waiting for manual approval..."

Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
name: Upload Hold
runs-on: ubuntu-latest
if: ${{ inputs.trigger == 'pr' }}
environment: upload_official_ios
environment: upload_ios
needs: [build-ios]
steps:
- run: echo "Waiting for manual approval..."
Expand Down
Loading