Skip to content

Commit d714535

Browse files
committed
Fix a typo
1 parent e24d3a4 commit d714535

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab/hpsf-gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ post_github_comment:
136136
if job['name'] == current_job_name:
137137
continue
138138
139-
if job['status'] in ['failed', 'canceld']:
139+
if job['status'] in ['failed', 'canceled']:
140140
final_status = 'failed'
141141
break # Found a failure, no need to check further
142142

0 commit comments

Comments
 (0)