Skip to content

Commit bb86b34

Browse files
authored
Merge pull request #1682 from CEED/jeremy/ci-aborts
ci - allow early failure on GitLab CI
2 parents e704478 + 53af470 commit bb86b34

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitlab-ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ stages:
55
- test:cpu-and-tidy
66
- test:gpu-and-float
77

8+
workflow:
9+
auto_cancel:
10+
on_job_failure: all
11+
812

913
# ----------------------------------------------------------------------------------------
1014
# Memcheck backends + ASAN

0 commit comments

Comments
 (0)