NTP-28802 | merge
This commit is contained in:
10
.github/workflows/hardReleaseParent.yml
vendored
10
.github/workflows/hardReleaseParent.yml
vendored
@@ -47,11 +47,8 @@ jobs:
|
||||
runs-on: ${{ github.event.inputs.runnerType }}
|
||||
steps:
|
||||
- name: Trigger generate-apk
|
||||
uses: benc-uk/workflow-dispatch@v1
|
||||
uses: ./.github/workflows/newBuild.yml
|
||||
with:
|
||||
workflow: newBuild.yml
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
inputs: |
|
||||
environment: ${{ github.event.inputs.environment }}
|
||||
runnerType: ${{ github.event.inputs.runnerType }}
|
||||
flavor: fieldAgents
|
||||
@@ -64,11 +61,8 @@ jobs:
|
||||
runs-on: ${{ github.event.inputs.runnerType }}
|
||||
steps:
|
||||
- name: Trigger generate-apk-tele
|
||||
uses: benc-uk/workflow-dispatch@v1
|
||||
uses: ./.github/workflows/hardReleaseTele.yml
|
||||
with:
|
||||
workflow: hardReleaseTele.yml
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
inputs: |
|
||||
environment: ${{ github.event.inputs.environment }}
|
||||
releaseType: ${{ github.event.inputs.releaseType }}
|
||||
flavor: callingAgents
|
||||
|
||||
Reference in New Issue
Block a user