Searched full:target_job (Results 1 – 3 of 3) sorted by relevance
123 project, pipeline, target_job: Optional[str], dependencies, force_manual: bool133 if target_job:134 target_jobs_regex = re.compile(target_job.strip())140 if target_job and target_jobs_regex.match(job.name):164 elif target_job and job.status not in [172 if target_job:
33 export TARGET_JOB="$(jq -er '.target_job' $s)"39 | select(.name == env.TARGET_JOB)
240 target_job: "${{github.job}} (${{matrix.arch}})",438 target_job: "${{github.job}}",