Skip to content

unify woodpecker yaml files #63

@individual-it

Description

@individual-it

we are using yaml files in the CI of desktop and reva but I find them confusing to work with because the format is not unified, I think it would be better to have them all look similar

  • order of items
  • define when section in arrays not lists
- event: [ push , manual ]
  branch: [main, stable-*]
- event: [ pull_request, tag, cron ]

vs

when:
  - branch:
      - main
      - stable-*
    event:
      - push
      - manual
  - event: pull_request
  - event: tag
  - event: cron

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions