only run 1 ci task at a time
This commit is contained in:
parent
bdf9824662
commit
8cddd1a1f1
@ -3,6 +3,9 @@ kind: pipeline
|
||||
type: docker
|
||||
name: test elseware
|
||||
|
||||
concurrency:
|
||||
limit: 1
|
||||
|
||||
steps:
|
||||
- name: cargo build
|
||||
image: rustlang/rust:nightly
|
||||
|
Loading…
x
Reference in New Issue
Block a user