-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Description
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: cronMetadata
Metadata
Assignees
Labels
No labels