Make integration tests skip release-related automation (#341)
This commit is contained in:
parent
6ff551fcb0
commit
327acbd1d9
1 changed files with 8 additions and 0 deletions
|
@ -14,3 +14,11 @@ condition = { rust_version = { min = "1.31.0" } }
|
||||||
[tasks.ci-coverage-flow]
|
[tasks.ci-coverage-flow]
|
||||||
disabled = true
|
disabled = true
|
||||||
|
|
||||||
|
[tasks.release]
|
||||||
|
disabled = true
|
||||||
|
|
||||||
|
[tasks.release-patch]
|
||||||
|
disabled = true
|
||||||
|
|
||||||
|
[tasks.release-dry-run]
|
||||||
|
disabled = true
|
||||||
|
|
Loading…
Reference in a new issue