Commit d04bdde0 authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

.gitlab-ci.yml: mark all build jobs as interruptible

parent ff3c6ad0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -91,6 +91,7 @@ stages:
            - Documentation/Tutorials/**/*.{h,hpp,cpp,cu}
            - "**/CMakeLists.txt"
            - .gitlab-ci.yml
    interruptible: true

# Dummy build job to ensure that a pipeline is created for a merge request, even
# when there were no changes.