Skip to content

evergreen_22.lts.1+ #148

evergreen_22.lts.1+

evergreen_22.lts.1+ #148

name: evergreen_22.lts.1+
on:
pull_request:
types: [ready_for_review, opened, reopened, synchronize, labeled]
branches:
- '22.lts.1\+'
push:
branches:
- '22.lts.1\+'
workflow_dispatch:
inputs:
nightly:
description: 'Nightly workflow.'
required: true
type: boolean
default: false
jobs:
evergreen-x64:
uses: ./.github/workflows/main.yaml
permissions:
packages: write
pull-requests: write
with:
platform: evergreen-x64
nightly: ${{ github.event.inputs.nightly }}
evergreen-arm-hardfp:
uses: ./.github/workflows/main.yaml
permissions:
packages: write
pull-requests: write
with:
platform: evergreen-arm-hardfp
nightly: ${{ github.event.inputs.nightly }}
evergreen-arm-softfp:
uses: ./.github/workflows/main.yaml
permissions:
packages: write
pull-requests: write
with:
platform: evergreen-arm-softfp
nightly: ${{ github.event.inputs.nightly }}
evergreen-arm64:
uses: ./.github/workflows/main.yaml
permissions:
packages: write
pull-requests: write
with:
platform: evergreen-arm64
nightly: ${{ github.event.inputs.nightly }}
evergreen-x86:
uses: ./.github/workflows/main.yaml
permissions:
packages: write
pull-requests: write
with:
platform: evergreen-x86
nightly: ${{ github.event.inputs.nightly }}