Commit graph

2 commits

Author SHA1 Message Date
Kamil Trzciński
0165cfaa07 Re-define default only except policy 2018-12-13 10:39:55 +00:00
Shinya Maeda
ad957a3f42 Define the default value for only/except policies
Currently, if a job does not have only/except policies, the policy is considered as an unspecified state, and therefore the job is executed regardless of how it's executed and which branch/tags are targetted.
Ideally, this should be specified as only: ['branches', 'tags'], as it indicates that unspecified policy jobs are meant to run on any git references.
2018-12-05 00:11:48 +09:00