Skip to content

Cherry pick PR #2782: Cherry pick PR #2777: Reorder GitHub workflow steps. #666

Cherry pick PR #2782: Cherry pick PR #2777: Reorder GitHub workflow steps.

Cherry pick PR #2782: Cherry pick PR #2777: Reorder GitHub workflow steps. #666

name: android_23.lts.1+
on:
pull_request:
types: [ready_for_review, opened, reopened, synchronize, labeled]
branches:
- '23.lts.1\+'
push:
branches:
- '23.lts.1\+'
workflow_dispatch:
inputs:
nightly:
description: 'Nightly workflow.'
required: true
type: boolean
default: false
jobs:
android-arm64:
uses: ./.github/workflows/main.yaml

Check failure on line 21 in .github/workflows/android_23.lts.1+.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/android_23.lts.1+.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/android_23.lts.1+.yaml" -> "./.github/workflows/main.yaml" : You have an error in your yaml syntax on line 195
permissions:
packages: write
pull-requests: write
with:
platform: android-arm64
nightly: ${{ github.event.inputs.nightly }}
android-arm:
uses: ./.github/workflows/main.yaml
permissions:
packages: write
pull-requests: write
with:
platform: android-arm
nightly: ${{ github.event.inputs.nightly }}
android-x86:
uses: ./.github/workflows/main.yaml
permissions:
packages: write
pull-requests: write
with:
platform: android-x86
nightly: ${{ github.event.inputs.nightly }}