TP-00000 | Reduce Binary Retention to 5 Days (#7406)
This commit is contained in:
4
.github/workflows/android_build.yml
vendored
4
.github/workflows/android_build.yml
vendored
@@ -12,7 +12,7 @@ concurrency:
|
||||
|
||||
jobs:
|
||||
build-qa-debug:
|
||||
uses: ./.github/workflows/generate_apk.yml
|
||||
uses: ./.github/workflows/generate_build.yml
|
||||
with:
|
||||
environment: qa
|
||||
type: debug
|
||||
@@ -36,7 +36,7 @@ jobs:
|
||||
|
||||
build-qa-release:
|
||||
if: github.event_name == 'push' && (github.ref_name == 'master' || startsWith(github.ref_name, 'release-'))
|
||||
uses: ./.github/workflows/generate_apk.yml
|
||||
uses: ./.github/workflows/generate_build.yml
|
||||
with:
|
||||
environment: qa
|
||||
type: release
|
||||
|
||||
Reference in New Issue
Block a user