Releases: kachick/wait-other-jobs
Releases · kachick/wait-other-jobs
v3.4.0
- Add
jobMatchMode
option for both the wait and skip lists. It typically helps to use matrix: #761
- Add
outputs.dump
v3.3.0
Nortable changes
- feat: Add
startupGracePeriod
option in wait-list: #820
- minor breaking: Restrict
wait-seconds-before-first-polling
if it is too short as zero or shorter than startupGracePeriod
v3.2.0
Add option to specify the event in wait-list
: #771
v3.1.0
- Add option to disable validations for
wait-list
and missing checkRun: #762
- Refine inputs validations and the messages: #766
v3.0.0
- Wait other jobs which defined in same workflow by default: #754
This is a bug, but I bumped the major version for the behavior changes.
You can keep old behavior with skip-same-workflow: 'true'
- Validate for
wait-list
and missing checkRun: #760
v2.0.4
There are many changes in the diff, but almost the code used for development
Main purpose of this release is to apply #746