Skip to content

add configurable (10min default) timeouts to all workflows #287

add configurable (10min default) timeouts to all workflows

add configurable (10min default) timeouts to all workflows #287

Workflow file for this run

name: YAML Checks
on:
pull_request:
branches: ["*"]
push:
branches:
- main
- dev
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.head.ref || github.ref }}
cancel-in-progress: true
jobs:
yaml-checks:
name: YAML Checks
uses: ./.github/workflows/_checks-yaml.yaml

Check failure on line 18 in .github/workflows/check-yaml.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/check-yaml.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/check-yaml.yaml" -> "./.github/workflows/_checks-yaml.yaml" (source branch with sha:e62363ae3d4d6df96f019601bc5a27f732f0b619) : Invalid type for `on`
with:
make_command: yaml-checks