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
|
type: docker
|
||||||
name: test elseware
|
name: test elseware
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
limit: 1
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: cargo build
|
- name: cargo build
|
||||||
image: rustlang/rust:nightly
|
image: rustlang/rust:nightly
|
||||||
|
Loading…
x
Reference in New Issue
Block a user