File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -463,7 +463,7 @@ export function initRepositoryActionView() {
463
463
< / div>
464
464
< div class = " job-step-container" ref= " steps" v- if = " currentJob.steps.length" >
465
465
< div class = " job-step-section" v- for = " (jobStep, i) in currentJob.steps" : key= " i" >
466
- < div class = " job-step-summary" @click .stop = " jobStep.status !== 'skipped' && toggleStepLogs(i)" : class = " [currentJobStepsStates[i].expanded ? 'selected' : '', isExpandable(jobStep.status) && 'step-expandable']" >
466
+ < div class = " job-step-summary" @click .stop = " isExpandable( jobStep.status) && toggleStepLogs(i)" : class = " [currentJobStepsStates[i].expanded ? 'selected' : '', isExpandable(jobStep.status) && 'step-expandable']" >
467
467
<!-- If the job is done and the job step log is loaded for the first time, show the loading icon
468
468
currentJobStepsStates[i].cursor === null means the log is loaded for the first time
469
469
-->
You can’t perform that action at this time.
0 commit comments