interruptible
Determines whether this job can be safely canceled after it has started.
If set to true
, if a new commit is pushed to the same branch, this job will be canceled.
If set to false
(the default), if a new commit is pushed to the same branch, the job and any later jobs in the pipeline will continue executing.