summaryrefslogtreecommitdiff
path: root/releasenotes/notes/soft-dependencies-08b02bf3133a6c57.yaml
blob: 0c707aa124546b8a125055560700c54b829035eb (plain)
1
2
3
4
5
6
7
8
---
features:
  - The :attr:`job.dependencies` attribute may now be used to express
    "soft" dependencies -- that is, to indicate a job should run
    after another completes, but only if it runs at all.  For example,
    a deployment job which should always run, but depends on a build
    job which only runs if the source code is changed.