diff options
| author | Roman Smrž <roman.smrz@seznam.cz> | 2025-11-28 22:38:18 +0100 |
|---|---|---|
| committer | Roman Smrž <roman.smrz@seznam.cz> | 2025-11-28 22:38:18 +0100 |
| commit | 113f4f6cd8c556d9261f59eb5d52e108d9117bbe (patch) | |
| tree | b1d96ae7faad0717c5b5feff72f7ef1e5fd3d392 /test/asset/run/many_repos.yaml | |
| parent | ff3122f0a82f2c0ba3593282f43c911ac521ca12 (diff) | |
Test: dependencies reflected in job ID
Diffstat (limited to 'test/asset/run/many_repos.yaml')
| -rw-r--r-- | test/asset/run/many_repos.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/asset/run/many_repos.yaml b/test/asset/run/many_repos.yaml index 5910526..ebf07d8 100644 --- a/test/asset/run/many_repos.yaml +++ b/test/asset/run/many_repos.yaml @@ -47,3 +47,8 @@ job first_manual_revision: artifact out: path: some_file + + +job dependent: + uses: + - first.out |