ci: allow jobs to be interrupted

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/841>
This commit is contained in:
Jordan Petridis 2022-09-02 07:21:19 +03:00
parent 919b60bb6b
commit 4616e3225c

View file

@ -20,6 +20,9 @@ workflow:
- if: $CI_COMMIT_TAG
- if: $CI_COMMIT_BRANCH
default:
interruptible: true
stages:
- "prep"
- "lint"