Remove build-dev-release from GH Action (#5229)
This commit is contained in:
committed by
GitHub Enterprise
parent
c632abb9a3
commit
9383b7ac5d
11
.github/workflows/android_build.yml
vendored
11
.github/workflows/android_build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user