TP-00000 | Reduce Binary Retention to 5 Days (#7406)

This commit is contained in:
Shivam Goyal
2023-08-03 15:29:56 +05:30
committed by GitHub
parent e50d053d37
commit 82ac8a28ef
2 changed files with 4 additions and 4 deletions

View File

@@ -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