Skip to content

Cherry pick PR #1280: Add github.event.action to GA workflow concurrency. #233

Cherry pick PR #1280: Add github.event.action to GA workflow concurrency.

Cherry pick PR #1280: Add github.event.action to GA workflow concurrency. #233

Workflow file for this run

name: stub_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:
stub:
uses: ./.github/workflows/main.yaml

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

View workflow run for this annotation

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

Invalid workflow file

error parsing called workflow ".github/workflows/stub_23.lts.1+.yaml" -> "./.github/workflows/main.yaml" : You have an error in your yaml syntax on line 36
permissions:
packages: write
pull-requests: write
with:
platform: stub
nightly: 'false'