You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
or probably cleaner to make types: [cron, pr, push] into
types:
cron:
ci: ... and all what could be specified there
pr:
...
push:
...
or alike (cons: might lead to needing to duplicate, in particular when e.g. both pr and push could have the same config).
But kept thinking that flexibility is desired while test driving it on datalad/git-annex where most of the jobs are cron, and we do not care about {build_commit} since it doesn't correspond to commit in git-annex anyways and nearly always the same (unless we add a patch etc), as we would care for a PR.
The text was updated successfully, but these errors were encountered:
I do not have yet a good idea on how we should enable that. Probably some way to establish conditionals for values, e.g.
or probably cleaner to make
types: [cron, pr, push]
intoor alike (cons: might lead to needing to duplicate, in particular when e.g. both pr and push could have the same config).
But kept thinking that flexibility is desired while test driving it on datalad/git-annex where most of the jobs are cron, and we do not care about
{build_commit}
since it doesn't correspond to commit in git-annex anyways and nearly always the same (unless we add a patch etc), as we would care for a PR.The text was updated successfully, but these errors were encountered: