Skip to content
Snippets Groups Projects
Commit d8b092d3 authored by Ralf Jung's avatar Ralf Jung
Browse files

mark most jobs as interruptible

parent 2da41848
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,7 @@ variables:
.template: &template
<<: *only_branches
stage: build
interruptible: true
tags:
- fp
script:
......@@ -51,6 +52,7 @@ build-coq.dev:
build-coq.8.13.2:
<<: *template
interruptible: false
variables:
OPAM_PINS: "coq version 8.13.2"
DENY_WARNINGS: "1"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment