salt-bootstrap/.github/workflows/templates/main.yml
Workflow config file is invalid. Please check your config file: yaml: line 13: could not find expected ':'
Imran Iqbal 550f742fe9
ci(leading edge distros): test git master and stable latest only
Various reasons here:

* For rolling releases, the additional `git`-based builds aren't working
  due to Jinja2 incompatibilites (and lack of `3004` patch); besides,
  no practical use for these.
* Gentoo does have `stable` packages for earlier versions but these are
  hitting the same Jinja2 incompatibilites.
2022-04-04 08:14:19 +01:00

13 lines
206 B
YAML

# DO NOT EDIT THIS FILE DIRECTLY!
#
# This file was generated by .github/workflows/templates/generate.py
#
# yamllint disable rule:line-length rule:empty-lines
---
name: {name}
'on': [{on}]
jobs:
{jobs}