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
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: Generate APK CI
|
||||
name: Generate Build CI
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
@@ -100,4 +100,4 @@ jobs:
|
||||
path: |
|
||||
app/build/outputs/universal_apk/
|
||||
app/build/outputs/bundle/
|
||||
retention-days: 15
|
||||
retention-days: 5
|
||||
Reference in New Issue
Block a user