blob: 46a0da65a6f0f88de6d39a11a1598ddbc4bd6f22 [file] [log] [blame]
name: linux_24.lts.1+
on:
pull_request:
types: [ready_for_review, opened, reopened, synchronize, labeled]
branches:
- '24.lts.1\+'
push:
branches:
- '24.lts.1\+'
schedule:
# GMT timezone.
- cron: '0 4 * * *'
workflow_dispatch:
inputs:
nightly:
description: 'Nightly workflow.'
required: true
type: boolean
default: false
jobs:
linux-x64:
uses: ./.github/workflows/main.yaml
permissions:
packages: write
pull-requests: write
with:
platform: linux
nightly: ${{ github.event.inputs.nightly }}
linux-clang-3-9:
uses: ./.github/workflows/main.yaml
permissions:
packages: write
pull-requests: write
with:
platform: linux-clang-3-9
nightly: ${{ github.event.inputs.nightly }}
modular: true
linux-gcc-6-3:
uses: ./.github/workflows/main.yaml
permissions:
packages: write
pull-requests: write
with:
platform: linux-gcc-6-3
nightly: ${{ github.event.inputs.nightly }}
modular: true
# TODO(b/285632780): Enable blackbox tests for modular linux workflows.
linux-modular:
uses: ./.github/workflows/main.yaml
permissions:
packages: write
pull-requests: write
with:
platform: linux-modular
nightly: ${{ github.event.inputs.nightly }}
modular: true