Remove build-dev-release from GH Action (#5229)

This commit is contained in:
Shivam Goyal
2023-02-07 17:54:31 +05:30
committed by GitHub Enterprise
parent c632abb9a3
commit 9383b7ac5d

View File

@@ -16,20 +16,9 @@ jobs:
with:
environment: qa
type: debug
build-dev-debug:
uses: ./.github/workflows/generate_apk.yml
with:
environment: dev
type: debug
build-qa-release:
if: github.event_name == 'push' && (github.ref_name == 'master' || startsWith(github.ref_name, 'release-'))
uses: ./.github/workflows/generate_apk.yml
with:
environment: qa
type: release
build-dev-release:
if: github.event_name == 'push' && (github.ref_name == 'master' || startsWith(github.ref_name, 'release-'))
uses: ./.github/workflows/generate_apk.yml
with:
environment: dev
type: release