aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/deployment_promote.yml8
1 files changed, 7 insertions, 1 deletions
diff --git a/.github/workflows/deployment_promote.yml b/.github/workflows/deployment_promote.yml
index d12760a1e..39282fe8a 100644
--- a/.github/workflows/deployment_promote.yml
+++ b/.github/workflows/deployment_promote.yml
@@ -11,9 +11,15 @@ env:
jobs:
promote:
runs-on: ubuntu-18.04
- container: menny/android_base:1.13.6
+ container: menny/android_base:1.13.7
+ strategy:
+ matrix:
+ refname: [master, release-branch-ime-v1.10-r4, release-branch-addons-v4.0-r1]
+ fail-fast: false
steps:
- uses: actions/checkout@v2
+ with:
+ - ref: ${{ matrix.refname }}
- name: request-scheduled-promote
uses: ./.github/actions/deploy-request
with: